Fix typo in treesitter docs: parser directory is parser not parsers

This commit is contained in:
Stephan Seitz 2020-09-11 15:40:34 +02:00 committed by Björn Linse
parent e4b5efa51e
commit 05c68922d3

View File

@ -577,7 +577,7 @@ updates.
Parser files *treesitter-parsers*
Parsers are the heart of tree-sitter. They are libraries that tree-sitter will
search for in the `parsers` runtime directory.
search for in the `parser` runtime directory.
For a parser to be available for a given language, there must be a file named
`{lang}.so` within the parser directory.