mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +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
|
||||
//! wrappers around `SyntaxNode` which implement `ra_syntax::AstNode`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue