Skip to content

Commit dc9ed0d

Browse files
authored
Rollup merge of rust-lang#39840 - DaseinPhaos:patch-2, r=frewsxcv
Update procedural-macros.md Fix typo
2 parents 8dec4bf + 938fed7 commit dc9ed0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/src/procedural-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ created, we'll add it to our toml:
9999
hello-world-derive = { path = "hello-world-derive" }
100100
```
101101

102-
As for our the source of our `hello-world-derive` crate, here's an example:
102+
As for the source of our `hello-world-derive` crate, here's an example:
103103

104104
```rust,ignore
105105
extern crate proc_macro;

0 commit comments

Comments
 (0)