We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90154f commit 7b32d32Copy full SHA for 7b32d32
README.md
@@ -294,7 +294,7 @@ define a class for batch file:<br/>
294
then call parsefile:<br/>
295
296
student myObj = new student();
297
- student[] res = batch.ParseFile("e:\\data.txt", "e:\\syntaxt.xml", myObj);
+ student[] res = batch.ParseFile("e:\\data.txt", "e:\\syntax.xml", myObj);
298
299
foreach(student s in res)
300
{
@@ -339,7 +339,7 @@ define a class for batch file:<br/>
339
340
341
342
343
344
345
0 commit comments