fix(bindings): use parser title in lib.rs description
(cherry picked from commit c3012a7d8a)
This commit is contained in:
parent
81e7410b78
commit
b4fd46fdc0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//! This crate provides CAMEL_PARSER_NAME language support for the [tree-sitter] parsing library.
|
||||
//! This crate provides TITLE_PARSER_NAME language support for the [tree-sitter] parsing library.
|
||||
//!
|
||||
//! Typically, you will use the [`LANGUAGE`] constant to add this language to a
|
||||
//! tree-sitter [`Parser`], and then use the parser to parse some code:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue