From: Colin Wallace Date: Sun, 6 Aug 2017 02:01:24 +0000 (-0700) Subject: Fix repeated "to to" in Specifying Dependencies X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~7^2~30^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d18c0652700b138663d2427be598fde197bb83b2;p=cargo.git Fix repeated "to to" in Specifying Dependencies --- diff --git a/src/doc/specifying-dependencies.md b/src/doc/specifying-dependencies.md index a4b0c342e..f68f804ec 100644 --- a/src/doc/specifying-dependencies.md +++ b/src/doc/specifying-dependencies.md @@ -173,7 +173,7 @@ dependencies but "libraries" do not. The desire to override a dependency or otherwise alter some dependencies can arise through a number of scenarios. Most of them, however, boil down to the -ability to to work with a crate before it's been published to crates.io. For +ability to work with a crate before it's been published to crates.io. For example: * A crate you're working on is also used in a much larger application you're