aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2021-07-26 20:38:11 +0200
committerGitHub <noreply@github.com>2021-07-26 20:38:11 +0200
commitb8813bacfe7888c9c1b40ce27f414bb868d449be (patch)
tree833a8bda0da61d7731baf6b0a5bb1dc2733f6832
parentec7881bbfd0b41812b39c658cb7c4be7993d113e (diff)
parentceaef6bf3f2dedb6b1458a30d868cb38555287a6 (diff)
downloadrneovim-b8813bacfe7888c9c1b40ce27f414bb868d449be.tar.gz
rneovim-b8813bacfe7888c9c1b40ce27f414bb868d449be.tar.bz2
rneovim-b8813bacfe7888c9c1b40ce27f414bb868d449be.zip
Merge pull request #15090 from kraftwerk28/master
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 5ddc0394cd..69aacedaa4 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.