Skip to content

Commit

Permalink
Update procedural-macros.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
DaseinPhaos authored Feb 15, 2017
1 parent 025c328 commit 938fed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/src/procedural-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 938fed7

Please sign in to comment.