diff options
author | taupiqueur | 2022-09-17 11:34:48 +0000 |
---|---|---|
committer | GitHub | 2022-09-17 11:34:48 +0000 |
commit | a73e83ef4df18e2b70bf9b409928f5eb2fc26a99 (patch) | |
tree | 7b1d374db69a2db38c213f76ab2290a419cb1962 /book/src/guides | |
parent | 19384cc3a18ad56e3f06ecc43cf91c1641f36f90 (diff) |
Fix typos (#3858)
Diffstat (limited to 'book/src/guides')
-rw-r--r-- | book/src/guides/adding_languages.md | 2 |
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. |