Skip to content

Commit 1d4f9ed

Browse files
Update README.md
1 parent 5bc1d99 commit 1d4f9ed

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
@@ -26,7 +26,7 @@ var results = template.ParseString("void MyMethodName(int value1, double value2)
2626
parseResult.Match.Value // void MyMethodName(int value1, double value2)
2727
2828
// The exact coordinates of the match
29-
parseResult.Match.Columnt // Start 1, End 45
29+
parseResult.Match.Column // Start 1, End 45
3030
parseResult.Match.Line // Start 1, End 1
3131
parseResult.Match.Offset // Start 0, End 44
3232

0 commit comments

Comments
 (0)