Skip to content

Commit 72fcade

Browse files
Update README.md
1 parent 6e072c4 commit 72fcade

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
@@ -20,7 +20,7 @@ var template = StructuralSearch.ParseFindTemplate("void $methodName$($params$)")
2020
// All the matches are already here
2121
var results = template.ParseString("void MyMethodName(int value1, double value2)"
2222
```
23-
3. Enjoy the search results📋
23+
3. Enjoy the search results📑
2424
```C#
2525
// The found text part
2626
parseResult.Match.Value // void MyMethodName(int value1, double value2)

0 commit comments

Comments
 (0)