Skip to content

Commit

Permalink
chore: fixed small error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored and Wilfred committed Jan 2, 2025
1 parent e68e662 commit b570325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/src/parsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b570325

Please sign in to comment.