1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 15:13:01 +04:00

fix typo in readme

This commit is contained in:
Lee Thomason
2012-07-29 18:51:41 -07:00
parent c38906b11c
commit 77d7f206f6
+1 -1
View File
@@ -166,7 +166,7 @@ You can directly use the convenience function:
XMLDocument doc;
...
doc.Save( "foo.xml" );
doc.SaveFile( "foo.xml" );
Or the XMLPrinter class: