@@ -466,7 +466,7 @@ pub const SYNTAX_NODES: &'_ [SyntaxNode<'_>] = &[
466466 S ! ( "element_spec" , "A node that contains an element_spec" ) ,
467467 S ! ( "else_expression" , "A node containing an else expression" ) ,
468468 S ! ( "error" , "An error token with a cause" ) ,
469- S ! ( "exclam" , "An exclamation mark `!`" ) ,
469+ S ! ( "exclam" , "An exclamation mark `!`" ) ,
470470 S ! ( "execute_immediate_stmt" , "A node that contains a full EXECUTE IMMEDIATE statement" ) ,
471471 S ! ( "exit_stmt" , "A node that contains a full EXIT statement" ) ,
472472 S ! ( "expression" , "Holds a generic SQL logic/arithmetic expression" ) ,
@@ -475,7 +475,7 @@ pub const SYNTAX_NODES: &'_ [SyntaxNode<'_>] = &[
475475 S ! ( "for_loop" , "A node containing a FOR LOOP" ) ,
476476 S ! ( "func_decl_in_type" , "A node containing a func_decl_in_type" ) ,
477477 S ! ( "function" , "A node that marks a full CREATE [..] FUNCTION block" ) ,
478- S ! ( "function_header" , "A node that marks a FUNCTION header with params and return type" ) ,
478+ S ! ( "function_header" , "A node that marks a FUNCTION header with params and return type" ) ,
479479 S ! ( "function_invocation" , "An invocation of a function, from the identifier and the opening bracket to the closing bracket" ) ,
480480 S ! ( "hier_ids" , "A node containing hier_ids" ) ,
481481 S ! ( "function_spec" , "A node containing a function_spec" ) ,
0 commit comments