From 630ac97a964b126931bc484dec4fbcaefbe8ea0a Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 28 May 2015 20:03:47 +0000 Subject: [PATCH] Typo --- text/0000-cargo-libstd-awareness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0000-cargo-libstd-awareness.md b/text/0000-cargo-libstd-awareness.md index 4f7d3919e96..911f36da78d 100644 --- a/text/0000-cargo-libstd-awareness.md +++ b/text/0000-cargo-libstd-awareness.md @@ -73,7 +73,7 @@ need. If/when the standard library is built with Cargo and put on crates.io, all the specially-cased package names can be treated normally, -The standard library is be downloaded and built from crates.io. Or equivalently, Cargo comes with a +The standard library is downloaded and built from crates.io. Or equivalently, Cargo comes with a cache of that build, as Cargo should be able cache builds between projects at this point. Just as in phase 2, `implicit-deps = false` just prevents libstd from implicitly being appended to the list of dependencies.