Skip to content

Commit 3324d04

Browse files
authored
minor readme fixes (#1054)
1 parent c4e29af commit 3324d04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ browsers or have more complete XML needs, TinyXML-2 is not the parser for you.
5959
TinyXML-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
6363
and should be used instead of TinyXML-1.
6464

6565
TinyXML-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

146146
For applications that need to know about text nodes that are composed entirely of
147147
whitespace, PEDANTIC_WHITESPACE is available. PEDANTIC_WHITESPACE maintains all the
148-
whilespace between elements.
148+
whitespace between elements.
149149

150150
PEDANTIC_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,
178178
and will be written back to the XML stream/file as an ampersand.
179179

180180
Additionally, 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.
182182
This is called a 'numeric character reference'. Any numeric character reference
183183
that isn't one of the special entities above, will be read, but written as a
184184
regular 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

271271
There 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
274274
being removed over time.)
275275

276276
Building TinyXML-2 - Using vcpkg

0 commit comments

Comments
 (0)