diff --git a/admin/notes/tree-sitter/starter-guide b/admin/notes/tree-sitter/starter-guide index 123dabd9f29..a6a4c647f23 100644 --- a/admin/notes/tree-sitter/starter-guide +++ b/admin/notes/tree-sitter/starter-guide @@ -282,7 +282,7 @@ For MATHCER we have NODE-INDEX-MIN NODE-INDEX-MAX) => checks everything. If an argument is nil, don’t match that. Eg, - (match nil nil TYPE) is the same as (parent-is TYPE) + (match nil TYPE) is the same as (parent-is TYPE) For ANCHOR we have