summaryrefslogtreecommitdiff
path: root/admin/notes/tree-sitter/starter-guide
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes/tree-sitter/starter-guide')
-rw-r--r--admin/notes/tree-sitter/starter-guide2
1 files changed, 1 insertions, 1 deletions
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