aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkraftwerk28 <kefirchik3@gmail.com>2021-07-14 21:41:53 +0300
committerkraftwerk28 <kefirchik3@gmail.com>2021-07-14 21:41:53 +0300
commitceaef6bf3f2dedb6b1458a30d868cb38555287a6 (patch)
tree249112c1f9ad11335d3f9c65f41aebefcdff7f32
parentc31bc6ea731567db86cbe91f7c62d89c612cd3ac (diff)
downloadrneovim-ceaef6bf3f2dedb6b1458a30d868cb38555287a6.tar.gz
rneovim-ceaef6bf3f2dedb6b1458a30d868cb38555287a6.tar.bz2
rneovim-ceaef6bf3f2dedb6b1458a30d868cb38555287a6.zip
docs: fix typo in treesitter.txt
-rw-r--r--runtime/doc/treesitter.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/treesitter.txt b/runtime/doc/treesitter.txt
index 416ea3a08a..ca9e571a98 100644
--- a/runtime/doc/treesitter.txt
+++ b/runtime/doc/treesitter.txt
@@ -169,7 +169,7 @@ a tree, using a simple to write lisp-like format. See
https://tree-sitter.github.io/tree-sitter/using-parsers#query-syntax for more
information on how to write queries.
-Note: The perdicates listed in the web page above differ from those Neovim
+Note: The predicates listed in the web page above differ from those Neovim
supports. See |lua-treesitter-predicates| for a complete list of predicates
supported by Neovim.