about summary refs log tree commit diff
path: root/xtask/src/codegen
diff options
context:
space:
mode:
authorVeetaha <gerzoh1@gmail.com>2020-01-16 00:47:03 +0200
committerVeetaha <gerzoh1@gmail.com>2020-01-16 00:47:03 +0200
commit51fec39b825cfb91e42e7edb301b610e741af22c (patch)
treeeb1c364c5fafab7680d6e8d6e72381f714674c8d /xtask/src/codegen
parenta24dcd7babc7212a23eb5c8d7c73bede0d6465aa (diff)
downloadrust-51fec39b825cfb91e42e7edb301b610e741af22c.tar.gz
rust-51fec39b825cfb91e42e7edb301b610e741af22c.zip
fix(xtask.gen_syntax.typo): add s to the verb that refers to the 3d person
Diffstat (limited to 'xtask/src/codegen')
-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 19fea67d8bf..db05dcebb01 100644
--- a/xtask/src/codegen/gen_syntax.rs
+++ b/xtask/src/codegen/gen_syntax.rs
@@ -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`.