From: Peter Marheine Date: Mon, 8 Jan 2018 05:07:25 +0000 (+1100) Subject: Recover typo fix from 95fa8fe027ba080f5f5cb336c8a7d31d046bbf4b X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~55^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=72f20b54e5d2391c5dd207cde6cc4b417eb88dd3;p=cargo.git Recover typo fix from 95fa8fe027ba080f5f5cb336c8a7d31d046bbf4b Lost in 1271bb4de0c0e0a085be239c2418af9c673ffc87 --- diff --git a/src/doc/src/guide/build-cache.md b/src/doc/src/guide/build-cache.md index f3b62e700..d253b8acc 100644 --- a/src/doc/src/guide/build-cache.md +++ b/src/doc/src/guide/build-cache.md @@ -1,6 +1,6 @@ ## Build cache -Cargo shares build artifacts among all the packages of a single workspaces. +Cargo shares build artifacts among all the packages of a single workspace. Today, Cargo does not share build results across different workspaces, but a similar result can be achieved by using a third party tool, [sccache].