Skip to content

Commit

Permalink
fix readme syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
leethomason committed Oct 20, 2015
1 parent dffea57 commit f47b20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f47b20f

Please sign in to comment.