Skip to content

Commit 6c06833

Browse files
Fix typo in README (#384)
1 parent c21eae1 commit 6c06833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ xml2 has similar goals to the XML package. The main differences are:
5959
free the memory used by an XML document as soon as the last reference
6060
to it goes away.
6161

62-
* xml2 has a very simple class hierarchy so don't need to think about exactly
62+
* xml2 has a very simple class hierarchy so you don't need to think about exactly
6363
what type of object you have, xml2 will just do the right thing.
6464

6565
* More convenient handling of namespaces in Xpath expressions - see `xml_ns()`

0 commit comments

Comments
 (0)