Skip to content

Commit 50b05b0

Browse files
authored
Merge pull request rust-lang#165 from topecongiro/fix-a-typo/procedural-macros
Fix a typo
2 parents 83b85f4 + a958984 commit 50b05b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/procedural-macros.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Procedural Macros
22

33
*Procedural macros* allow creating syntax extensions as execution of a function.
4-
Procedural macros can be used for is to implement custom [derive] on your own
4+
Procedural macros can be used to implement custom [derive] on your own
55
types. See [the book][procedural macros] for a tutorial.
66

77
Procedural macros involve a few different parts of the language and its

0 commit comments

Comments
 (0)