Merge pull request #482 from dmweis/patch-1

Fix typo
This commit is contained in:
Markus Westerlind 2019-09-17 02:53:40 -07:00 committed by GitHub
commit 4d7874dc9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ $ cargo test # -p lalrpop --release
But if your changes *do* affect the grammar - well, that's where all the fun of
bootstrapping compilers comes! You're going to have to get a working `lalrpop` binary to
generate you're own `lrgrammar.rs` parser. That's how you do it:
generate your own `lrgrammar.rs` parser. That's how you do it:
```sh
$ cargo build -p lalrpop # --release