From b570325568dd0893cd2d03d3fc424b01cfbde639 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Thu, 2 Jan 2025 11:20:20 +0100 Subject: [PATCH] chore: fixed small error in docs --- manual/src/parsing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,