@@ -59,7 +59,7 @@ browsers or have more complete XML needs, TinyXML-2 is not the parser for you.
5959TinyXML-1 vs. TinyXML-2
6060-----------------------
6161
62- TinyXML-2 long been the focus of all development. It is well tested
62+ TinyXML-2 has long been the focus of all development. It is well tested
6363and should be used instead of TinyXML-1.
6464
6565TinyXML-2 uses a similar API to TinyXML-1 and the same
@@ -145,7 +145,7 @@ It essentially causes the XML to be parsed twice.
145145
146146For applications that need to know about text nodes that are composed entirely of
147147whitespace, PEDANTIC_WHITESPACE is available. PEDANTIC_WHITESPACE maintains all the
148- whilespace between elements.
148+ whitespace between elements.
149149
150150PEDANTIC_WHITESPACE is a new mode and not as tested as the other whitespace modes.
151151
@@ -178,7 +178,7 @@ will have the Value() of "Far & Away" when queried from the XMLText object,
178178and will be written back to the XML stream/file as an ampersand.
179179
180180Additionally, any character can be specified by its Unicode code point:
181- The syntax `   ` or `   ` are both to the non-breaking space character.
181+ The syntax `   ` or `   ` both refer to the non-breaking space character.
182182This is called a 'numeric character reference'. Any numeric character reference
183183that isn't one of the special entities above, will be read, but written as a
184184regular code point. The output is correct, but the entity syntax isn't preserved.
@@ -270,7 +270,7 @@ tinyxml2.h files in your project and build with your other source code.
270270
271271There is also a CMake build included. CMake is the general build for TinyXML-2.
272272
273- (Additional build systems are costly to maintain, and tend to bit-rot . They are
273+ (Additional build systems are costly to maintain, and tend to become outdated . They are
274274being removed over time.)
275275
276276Building TinyXML-2 - Using vcpkg
0 commit comments