Skip to content

Commit 51fec39

Browse files
author
Veetaha
committed
fix(xtask.gen_syntax.typo): add s to the verb that refers to the 3d person
1 parent a24dcd7 commit 51fec39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/codegen/gen_syntax.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! This module generate AST datatype used by rust-analyzer.
1+
//! This module generates AST datatype used by rust-analyzer.
22
//!
33
//! Specifically, it generates the `SyntaxKind` enum and a number of newtype
44
//! wrappers around `SyntaxNode` which implement `ra_syntax::AstNode`.

0 commit comments

Comments
 (0)