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
8
8
9
9
# Manual build
10
10
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 ` :
12
12
13
13
```
14
14
antlr4 RustLexer.g4
@@ -20,8 +20,8 @@ for file in ../*/**.rs; do
20
20
done
21
21
```
22
22
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.
25
25
26
26
27
27
## Cleanup
You can’t perform that action at this time.
0 commit comments