From b5a66eccedebe6a13e2a9459629b6bc281e7bbe0 Mon Sep 17 00:00:00 2001 From: Stoney Jackson Date: Sat, 25 May 2024 16:00:39 -0400 Subject: [PATCH] docs: fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9deece2..29b3b914 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ tasks: command: | # To pin to a specific version of PLCC, # in the next line, change main to something like v8.0.1 - PLCC_GIT_BRANCH=main + PLCC_GIT_BRANCH=main \ /bin/bash -c \ "$(\curl -fsSL https://github.com/ourPLCC/plcc/raw/main/installers/plcc/install.bash)" \ >> ~/.bashrc @@ -448,7 +448,7 @@ one per line. Lines starting with `#` are comments. For example, ``` -# Skip rules discard the text the match. +# Skip rules discard the text they match. skip WHITESPACE '\s+' # Token rules emits a Token containing their name and the match. @@ -488,7 +488,7 @@ While there is more unscanned input ... * Rules do not match across newline characters. -### Syntactic specification +### Syntactic Specification A syntax specification is a flavor of [BNF (Backus-Naur From)](https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form).