Fix a small typo (nothing -> noting)
authorSam Wilson <tecywiz121@hotmail.com>
Fri, 23 Feb 2018 15:10:23 +0000 (10:10 -0500)
committerSam Wilson <tecywiz121@hotmail.com>
Fri, 23 Feb 2018 15:10:23 +0000 (10:10 -0500)
src/doc/src/reference/specifying-dependencies.md

index c63b5835d922fdfc86a82940ec4f6c80240cfa98..893be3fcefa28d1806afd960aa36bb9f5a548ddf 100644 (file)
@@ -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