Skip to content

Commit 7b32d32

Browse files
committed
Update README.md
1 parent c90154f commit 7b32d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ define a class for batch file:<br/>
294294
then call parsefile:<br/>
295295

296296
student myObj = new student();
297-
student[] res = batch.ParseFile("e:\\data.txt", "e:\\syntaxt.xml", myObj);
297+
student[] res = batch.ParseFile("e:\\data.txt", "e:\\syntax.xml", myObj);
298298
299299
foreach(student s in res)
300300
{
@@ -339,7 +339,7 @@ define a class for batch file:<br/>
339339
then call parsefile:<br/>
340340

341341
student myObj = new student();
342-
student[] res = batch.ParseFile("e:\\data.txt", "e:\\syntaxt.xml", myObj);
342+
student[] res = batch.ParseFile("e:\\data.txt", "e:\\syntax.xml", myObj);
343343
344344
foreach(student s in res)
345345
{

0 commit comments

Comments
 (0)