From 4efeb134b0e4678c00396bbcb2646973a3e5e303 Mon Sep 17 00:00:00 2001 From: David Weis Date: Tue, 17 Sep 2019 01:22:41 +0100 Subject: [PATCH] Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 675b0c1..7cbb409 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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