fix(xtask.gen_syntax.typo): add s to the verb that refers to the 3d person

This commit is contained in:
Veetaha 2020-01-16 00:47:03 +02:00
parent a24dcd7bab
commit 51fec39b82

View file

@ -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`.