Merge pull request #1114 from bmusin/patch-10

fix typo
This commit is contained in:
Carol (Nichols || Goulding) 2018-01-12 16:06:41 -05:00 committed by GitHub
commit 628d34ee59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ similar to regular macros work. You should check out the
[docs](https://docs.rs/quote) for a good introduction.
So I think that's it. Oh, well, we do need to add dependencies for `syn` and
`quote` in the `cargo.toml` for `hello-world-derive`.
`quote` in the `Cargo.toml` for `hello-world-derive`.
```toml
[dependencies]