From 73c6bc4dbd8ac06f587045d030d07c0fabebf260 Mon Sep 17 00:00:00 2001 From: veetaha Date: Sun, 10 May 2020 21:59:15 +0300 Subject: Fix typo --- crates/ra_syntax/src/ast/generated/nodes.rs | 2 +- xtask/src/ast_src.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/ra_syntax/src/ast/generated/nodes.rs b/crates/ra_syntax/src/ast/generated/nodes.rs index be49d73ac..201ceb548 100644 --- a/crates/ra_syntax/src/ast/generated/nodes.rs +++ b/crates/ra_syntax/src/ast/generated/nodes.rs @@ -1834,7 +1834,7 @@ impl NameRef {} /// ❰ foo!(); ❱ /// /// fn main() { -/// ❰ foo!() ❱; // macro call expression position doesn't include the semi +/// ❰ foo!() ❱; // macro call in expression positions doesn't include the semi /// } /// ``` /// diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index d002745ed..a7b0f2b05 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs @@ -1558,7 +1558,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc { /// ❰ foo!(); ❱ /// /// fn main() { - /// ❰ foo!() ❱; // macro call expression position doesn't include the semi + /// ❰ foo!() ❱; // macro call in expression positions doesn't include the semi /// } /// ``` /// -- cgit v1.2.3