File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The build of the rust part is included with `make tidy` and can be run with `mak
88
99# Manual build
1010
11- To use manually, assuming antlr4 ist installed at ` /usr/share/java/antlr-complete.jar ` :
11+ To use manually, assuming antlr4 is installed at ` /usr/share/java/antlr-complete.jar ` :
1212
1313```
1414antlr4 RustLexer.g4
@@ -20,8 +20,8 @@ for file in ../*/**.rs; do
2020done
2121```
2222
23- Note That the ` ../*/**.rs ` glob will match every ` *.rs ` file in the above
24- directory and all of its recursive children. This is a zsh extension.
23+ Note that the ` ../*/**.rs ` glob will match every ` *.rs ` file in the above
24+ directory and all of its recursive children. This is a Zsh extension.
2525
2626
2727## Cleanup
You can’t perform that action at this time.
0 commit comments