From 60420468e567d183dc2853d5ffed27a309d2dd97 Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Fri, 23 Feb 2018 10:10:23 -0500 Subject: [PATCH] Fix a small typo (nothing -> noting) --- src/doc/src/reference/specifying-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/specifying-dependencies.md b/src/doc/src/reference/specifying-dependencies.md index c63b5835d92..893be3fcefa 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