Skip to content

Commit 577497b

Browse files
authored
Fix typo
1 parent ea8c629 commit 577497b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/grammar/README.md

+3-3
Original file line numberDiff line numberDiff 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
```
1414
antlr4 RustLexer.g4
@@ -20,8 +20,8 @@ for file in ../*/**.rs; do
2020
done
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

0 commit comments

Comments
 (0)