style(bindings): consistent wording
This commit is contained in:
parent
502dacf220
commit
eb332ffa4d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,6 +49,6 @@ mod tests {
|
|||
let mut parser = tree_sitter::Parser::new();
|
||||
parser
|
||||
.set_language(&super::language())
|
||||
.expect("Error loading CAMEL_PARSER_NAME language");
|
||||
.expect("Error loading CAMEL_PARSER_NAME grammar");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue