We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcf9ea commit d9ecb62Copy full SHA for d9ecb62
shared/tree-sitter-extractor/src/generator/mod.rs
@@ -234,7 +234,7 @@ fn add_field_for_column_storage<'a>(
234
/// 1. A vector of dbscheme entries.
235
/// 2. A set of names of the members of the `<lang>_ast_node` union.
236
/// 3. A map where the keys are the dbscheme names for token kinds, and the
237
-/// values are their integer representations.
+/// values are their integer representations.
238
fn convert_nodes(
239
nodes: &node_types::NodeTypeMap,
240
) -> (Vec<dbscheme::Entry>, Set<&str>, Map<&str, usize>) {
0 commit comments