Skip to content

Commit 2cffb31

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

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
@@ -183,7 +183,7 @@ stabilization. It would be infeasible to stabilize the Rust AST because that
183183
means we could never change it. (imagine if we couldn't have added the `?`
184184
operator!)
185185

186-
By using `TokenStream` to communicate with procedural macros the compiler is
186+
By using `TokenStream` to communicate with procedural macros, the compiler is
187187
able to add new syntactical language features 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`.

0 commit comments

Comments
 (0)