From 1abf5a08d0937d826c3b232c133b8e8379427c67 Mon Sep 17 00:00:00 2001 From: tangentstorm Date: Sat, 10 Nov 2018 11:19:54 -0500 Subject: [PATCH] try out to" -> "try to" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit specifying dependencies: "try out to" -> "try to" … "try out to" just doesn't sound quite right in English. --- 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 e2401838cb5..6fa8dfecb3d 100644 --- a/src/doc/src/reference/specifying-dependencies.md +++ b/src/doc/src/reference/specifying-dependencies.md @@ -200,7 +200,7 @@ section here. Let's say you're working with the [`uuid` crate] but while you're working on it you discover a bug. You are, however, quite enterprising so you decide to also -try out to fix the bug! Originally your manifest will look like: +try to fix the bug! Originally your manifest will look like: [`uuid` crate]: https://crates.io/crates/uuid