Skip to content

Commit b5a66ec

Browse files
docs: fix typos
1 parent bd01f89 commit b5a66ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tasks:
4949
command: |
5050
# To pin to a specific version of PLCC,
5151
# in the next line, change main to something like v8.0.1
52-
PLCC_GIT_BRANCH=main
52+
PLCC_GIT_BRANCH=main \
5353
/bin/bash -c \
5454
"$(\curl -fsSL https://github.com/ourPLCC/plcc/raw/main/installers/plcc/install.bash)" \
5555
>> ~/.bashrc
@@ -448,7 +448,7 @@ one per line. Lines starting with `#` are comments.
448448
For example,
449449

450450
```
451-
# Skip rules discard the text the match.
451+
# Skip rules discard the text they match.
452452
skip WHITESPACE '\s+'
453453
454454
# Token rules emits a Token containing their name and the match.
@@ -488,7 +488,7 @@ While there is more unscanned input ...
488488

489489
* Rules do not match across newline characters.
490490

491-
### Syntactic specification
491+
### Syntactic Specification
492492

493493
A syntax specification is a flavor of
494494
[BNF (Backus-Naur From)](https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form).

0 commit comments

Comments
 (0)