hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit e9cc87dbebc32955092e2481cf4bb36091737c8d
parent cbc7a0da8c5d574aa73b717fb099387b0f24e6c0
Author: Christopher M. Riedl <cmr@bluescreens.de>
Date:   Tue, 22 Feb 2022 09:30:13 -0600

xml: Fix module name in README

Signed-off-by: Christopher M. Riedl <cmr@bluescreens.de>

Diffstat:
Mformat/xml/README | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/format/xml/README b/format/xml/README @@ -1,5 +1,5 @@ -encoding::xml provides a simple parser of the useful subset of the XML 1.0 -(Fifth Edition) specification as defined by the W3C. Features omitted are: +format::xml provides a simple parser of the useful subset of the XML 1.0 (Fifth +Edition) specification as defined by the W3C. Features omitted are: - Support for user-defined entities - Support for UTF-16 inputs or a UTF-8 BOM