7218: Fix typos r=Veykril a=regexident

Apart from the very last commit on this PR (which fixes a public type's name) all changes are non-breaking.

Co-authored-by: Vincent Esche <regexident@gmail.com>
This commit is contained in:
bors[bot]
2021-01-10 18:16:29 +00:00
committed by GitHub
32 changed files with 114 additions and 118 deletions

View File

@@ -173,7 +173,7 @@ pub(crate) fn validate_block_structure(root: &SyntaxNode) {
assert_eq!(
node.parent(),
pair.parent(),
"\nunpaired curleys:\n{}\n{:#?}\n",
"\nunpaired curlys:\n{}\n{:#?}\n",
root.text(),
root,
);