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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax') 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 /// } /// ``` /// -- cgit v1.2.3