aboutsummaryrefslogtreecommitdiff
path: root/xtask/src
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-01-15 22:47:03 +0000
committerVeetaha <[email protected]>2020-01-15 22:47:03 +0000
commit51fec39b825cfb91e42e7edb301b610e741af22c (patch)
treeeb1c364c5fafab7680d6e8d6e72381f714674c8d /xtask/src
parenta24dcd7babc7212a23eb5c8d7c73bede0d6465aa (diff)
fix(xtask.gen_syntax.typo): add s to the verb that refers to the 3d person
Diffstat (limited to 'xtask/src')
-rw-r--r--xtask/src/codegen/gen_syntax.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/codegen/gen_syntax.rs b/xtask/src/codegen/gen_syntax.rs
index 19fea67d8..db05dcebb 100644
--- a/xtask/src/codegen/gen_syntax.rs
+++ b/xtask/src/codegen/gen_syntax.rs
@@ -1,4 +1,4 @@
1//! This module generate AST datatype used by rust-analyzer. 1//! This module generates AST datatype used by rust-analyzer.
2//! 2//!
3//! Specifically, it generates the `SyntaxKind` enum and a number of newtype 3//! Specifically, it generates the `SyntaxKind` enum and a number of newtype
4//! wrappers around `SyntaxNode` which implement `ra_syntax::AstNode`. 4//! wrappers around `SyntaxNode` which implement `ra_syntax::AstNode`.