Skip to content

Commit

Permalink
Auto merge of #4369 - Wallacoloo:specifying-dependencies-typo, r=alex…
Browse files Browse the repository at this point in the history
…crichton

Fix repeated "to to" in Specifying Dependencies

Fixes the typo:

> [...] boil down to the ability to **to** work with a crate [...]
  • Loading branch information
bors committed Aug 7, 2017
2 parents fd5771b + d18c065 commit 7ed2a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/specifying-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ed2a8b

Please sign in to comment.