From: Sam Wilson Date: Fri, 23 Feb 2018 15:10:23 +0000 (-0500) Subject: Fix a small typo (nothing -> noting) X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~87^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=60420468e567d183dc2853d5ffed27a309d2dd97;p=cargo.git Fix a small typo (nothing -> noting) --- diff --git a/src/doc/src/reference/specifying-dependencies.md b/src/doc/src/reference/specifying-dependencies.md index c63b5835d..893be3fce 100644 --- a/src/doc/src/reference/specifying-dependencies.md +++ b/src/doc/src/reference/specifying-dependencies.md @@ -308,7 +308,7 @@ resolve to 1.0.1 inside the repository instead of trying to download a version from crates.io. Once 1.0.1 is published on crates.io the `[patch]` section can be deleted. -It's also worth nothing that `[patch]` applies *transitively*. Let's say you use +It's also worth noting that `[patch]` applies *transitively*. Let's say you use `my-library` in a larger project, such as: ```toml