chore(cli): minor correction in comments

(cherry picked from commit c611e15a31)
This commit is contained in:
Amaan Qureshi 2024-10-05 00:56:02 -04:00
parent aac741dfd1
commit 85a42f48be
2 changed files with 3 additions and 3 deletions

View file

@ -1118,8 +1118,8 @@ impl Loader {
let language_count = self.languages_by_id.len();
for grammar in config.grammars {
// Determine the path to the parser directory. This can be specified in
// the package.json, but defaults to the directory containing the
// package.json.
// the tree-sitter.json, but defaults to the directory containing the
// tree-sitter.json.
let language_path = parser_path.join(grammar.path);
// Determine if a previous language configuration in this package.json file