Fixed typos in code comments

This commit is contained in:
Vincent Esche
2021-01-08 15:46:48 +01:00
parent 939ca83b34
commit 21f8239ac8
23 changed files with 42 additions and 42 deletions

View File

@@ -149,7 +149,7 @@ impl TokenMap {
}
fn remove_delim(&mut self, idx: usize) {
// FIXME: This could be accidently quadratic
// FIXME: This could be accidentally quadratic
self.entries.remove(idx);
}
}