From f47b20f11434bab1b90e12fb6b2c7b47ba74f966 Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Mon, 19 Oct 2015 22:55:32 -0700 Subject: [PATCH] fix readme syntax --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 38c29dc..30424c3 100644 --- a/readme.md +++ b/readme.md @@ -177,7 +177,7 @@ will have the Value() of "Far & Away" when queried from the XMLText object, and will be written back to the XML stream/file as an ampersand. Additionally, any character can be specified by its Unicode code point: -The syntax " " or " " are both to the non-breaking space characher. +The syntax ` ` or ` ` are both to the non-breaking space character. This is called a 'numeric character reference'. Any numeric character reference that isn't one of the special entities above, will be read, but written as a regular code point. The output is correct, but the entity syntax isn't preserved.