diff --git a/manual/src/parsing.md b/manual/src/parsing.md index 0cefea9d80..56e32d949f 100644 --- a/manual/src/parsing.md +++ b/manual/src/parsing.md @@ -82,7 +82,7 @@ program (0, 0) - (1, 0) `tree_sitter_parser.rs` uses `open_delimiter_tokens` to ensure that `[` and `]` are used as delimiter content in the enclosing list, -rather than converitng them to atoms. +rather than converting them to atoms. Difftastic can match up atoms that occur in different parts of the simplified syntax tree. If e.g. a `[` is treated as an atom,