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 5bc1d99 commit 1d4f9edCopy full SHA for 1d4f9ed
README.md
@@ -26,7 +26,7 @@ var results = template.ParseString("void MyMethodName(int value1, double value2)
26
parseResult.Match.Value // void MyMethodName(int value1, double value2)
27
28
// The exact coordinates of the match
29
-parseResult.Match.Columnt // Start 1, End 45
+parseResult.Match.Column // Start 1, End 45
30
parseResult.Match.Line // Start 1, End 1
31
parseResult.Match.Offset // Start 0, End 44
32
0 commit comments