mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-26 11:55:04 +00:00
fix(xtask.gen_syntax.typo): add s to the verb that refers to the 3d person
This commit is contained in:
parent
a24dcd7bab
commit
51fec39b82
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
//! This module generate AST datatype used by rust-analyzer.
|
//! This module generates AST datatype used by rust-analyzer.
|
||||||
//!
|
//!
|
||||||
//! Specifically, it generates the `SyntaxKind` enum and a number of newtype
|
//! Specifically, it generates the `SyntaxKind` enum and a number of newtype
|
||||||
//! wrappers around `SyntaxNode` which implement `ra_syntax::AstNode`.
|
//! wrappers around `SyntaxNode` which implement `ra_syntax::AstNode`.
|
||||||
|
|
Loading…
Reference in a new issue