From c3012a7d8a6679eca257e31310dc75e04bb3c2b7 Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Mon, 14 Jul 2025 10:54:34 +0300 Subject: [PATCH] fix(bindings): use parser title in lib.rs description --- crates/cli/src/templates/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/src/templates/lib.rs b/crates/cli/src/templates/lib.rs index f2232341..8478f488 100644 --- a/crates/cli/src/templates/lib.rs +++ b/crates/cli/src/templates/lib.rs @@ -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: