From: adrian5 Date: Fri, 22 Sep 2017 16:39:36 +0000 (+0200) Subject: Fix typo in doc X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~39^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=95fa8fe027ba080f5f5cb336c8a7d31d046bbf4b;p=cargo.git Fix typo in doc --- diff --git a/src/doc/guide.md b/src/doc/guide.md index fe8e0c070..55decf1ac 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -422,7 +422,7 @@ information. ## 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].