8000 Update posts/2018-12-21-Procedural-Macros-in-Rust-2018.md · nelsonjchen/blog.rust-lang.org@ef945a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit ef945a1

Browse files
nrcalexcrichton
andauthored
Update posts/2018-12-21-Procedural-Macros-in-Rust-2018.md
Co-Authored-By: alexcrichton <alex@alexcrichton.com>
1 parent 2cffb31 commit ef945a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2018-12-21-Procedural-Macros-in-Rust-2018.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ means we could never change it. (imagine if we couldn't have added the `?`
184184
operator!)
185185

186186
By using `TokenStream` to communicate with procedural macros, the compiler is
187-
able to add new syntactical language features while also being able to compile
187+
able to add new language syntax while also being able to compile
188188
and work with older procedural macros. Let's see now, though, how we can
189189
actually get useful information out of a `TokenStream`.
190190

0 commit comments

Comments
 (0)
0