Rollup merge of #39840 - DaseinPhaos:patch-2, r=frewsxcv

Update procedural-macros.md

Fix typo
This commit is contained in:
Corey Farwell 2017-02-15 23:48:18 -05:00 committed by GitHub
commit ce9b478392
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ created, we'll add it to our toml:
hello-world-derive = { path = "hello-world-derive" }
```
As for our the source of our `hello-world-derive` crate, here's an example:
As for the source of our `hello-world-derive` crate, here's an example:
```rust,ignore
extern crate proc_macro;