Skip to content

Commit cf4d90d

Browse files
committed
Fix minor typo
1 parent 3ddc270 commit cf4d90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ thing they can be used for is to implement derive on your own types. See
659659
Procedural macros involve a few different parts of the language and its
660660
standard libraries. First is the `proc_macro` crate, included with Rust,
661661
that defines an interface for building a procedural macro. The
662-
`#[proc_macro_derive(Foo)]` attribute is used to mark the the deriving
662+
`#[proc_macro_derive(Foo)]` attribute is used to mark the deriving
663663
function. This function must have the type signature:
664664

665665
```rust,ignore

0 commit comments

Comments
 (0)