Skip to content

Commit 01e2348

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

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
@@ -153,7 +153,7 @@ and you don't even need to explicitly depend on `serde_derive` in `Cargo.toml`!
153153

154154
This mysterious `TokenStream` type comes from the [compiler-provided
155155
`proc_macro` crate][pm]. When it was first added all you could do with a
156-
[`TokenStream`] was call `to_string()` or `parse()` one back from a string.
156+
[`TokenStream`] was call convert it to or from a string using `to_string()` or `parse()`.
157157
As of Rust 2018, the [`TokenStream`] type provides a much larger stable API.
158158

159159
As its name might imply, a `TokenStream` can be thought of as a stream of

0 commit comments

Comments
 (0)