Skip to content

Commit 73c6bc4

Browse files
committed
Fix typo
1 parent 33f2409 commit 73c6bc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/ra_syntax/src/ast/generated/nodes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@ impl NameRef {}
18341834
/// ❰ foo!(); ❱
18351835
///
18361836
/// fn main() {
1837-
/// ❰ foo!() ❱; // macro call expression position doesn't include the semi
1837+
/// ❰ foo!() ❱; // macro call in expression positions doesn't include the semi
18381838
/// }
18391839
/// ```
18401840
///

xtask/src/ast_src.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
15581558
/// ❰ foo!(); ❱
15591559
///
15601560
/// fn main() {
1561-
/// ❰ foo!() ❱; // macro call expression position doesn't include the semi
1561+
/// ❰ foo!() ❱; // macro call in expression positions doesn't include the semi
15621562
/// }
15631563
/// ```
15641564
///

0 commit comments

Comments
 (0)