Update procedural-macros.md

Fix typo
This commit is contained in:
Luxko 2017-02-15 03:53:27 -06:00 committed by GitHub
parent 025c328bf5
commit 938fed7f0f
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;