setup CI and tidy to use typos for spellchecking and fix few typos
This commit is contained in:
parent
f51c9870ba
commit
c76d032f01
129 changed files with 326 additions and 175 deletions
|
|
@ -566,7 +566,7 @@ impl Cursor<'_> {
|
|||
}
|
||||
|
||||
if !found {
|
||||
// recovery strategy: a closing statement might have precending whitespace/newline
|
||||
// recovery strategy: a closing statement might have preceding whitespace/newline
|
||||
// but not have enough dashes to properly close. In this case, we eat until there,
|
||||
// and report a mismatch in the parser.
|
||||
let mut rest = self.as_str();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue