]> git.lizzy.rs Git - rust.git/commitdiff
Update procedural-macros.md
authorLuxko <liarluxlux@gmail.com>
Wed, 15 Feb 2017 09:53:27 +0000 (03:53 -0600)
committerGitHub <noreply@github.com>
Wed, 15 Feb 2017 09:53:27 +0000 (03:53 -0600)
Fix typo

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

index d286c3b7bdc633fd4b67b1f7c39073080339450a..6c4700f9305ca296243f9a7dd44d4318871d6c05 100644 (file)
@@ -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;