aboutsummaryrefslogtreecommitdiff
path: root/book/src/guides
diff options
context:
space:
mode:
authortaupiqueur2022-09-17 11:34:48 +0000
committerGitHub2022-09-17 11:34:48 +0000
commita73e83ef4df18e2b70bf9b409928f5eb2fc26a99 (patch)
tree7b1d374db69a2db38c213f76ab2290a419cb1962 /book/src/guides
parent19384cc3a18ad56e3f06ecc43cf91c1641f36f90 (diff)
Fix typos (#3858)
Diffstat (limited to 'book/src/guides')
-rw-r--r--book/src/guides/adding_languages.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/guides/adding_languages.md b/book/src/guides/adding_languages.md
index 5be7a264..6598b9bf 100644
--- a/book/src/guides/adding_languages.md
+++ b/book/src/guides/adding_languages.md
@@ -29,7 +29,7 @@ language with the path `runtime/queries/<name>/`. The tree-sitter
gives more info on how to write queries.
> NOTE: When evaluating queries, the first matching query takes
-precedence, which is different from other editors like neovim where
+precedence, which is different from other editors like Neovim where
the last matching query supersedes the ones before it. See
[this issue][neovim-query-precedence] for an example.