Skip to content

Commit

Permalink
Rollup merge of rust-lang#39840 - DaseinPhaos:patch-2, r=frewsxcv
Browse files Browse the repository at this point in the history
Update procedural-macros.md

Fix typo
  • Loading branch information
frewsxcv authored Feb 16, 2017
2 parents 35bf74b + 938fed7 commit ce9b478
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 ce9b478

Please sign in to comment.