From 7b2bdf1baaaf1700f70780a2b83b1779a2c69c80 Mon Sep 17 00:00:00 2001 From: Bulat Musin <9249387+bmusin@users.noreply.github.com> Date: Fri, 12 Jan 2018 10:34:26 +0300 Subject: [PATCH] fix typo Fix typo: cargo.toml -> Cargo.toml --- first-edition/src/procedural-macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-edition/src/procedural-macros.md b/first-edition/src/procedural-macros.md index 1c850b5c..a1cf2996 100644 --- a/first-edition/src/procedural-macros.md +++ b/first-edition/src/procedural-macros.md @@ -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]