projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c849fe
)
Fix typo in doc
author
adrian5
<adrian5@users.noreply.github.com>
Fri, 22 Sep 2017 16:39:36 +0000
(18:39 +0200)
committer
GitHub
<noreply@github.com>
Fri, 22 Sep 2017 16:39:36 +0000
(18:39 +0200)
src/doc/guide.md
patch
|
blob
|
history
diff --git
a/src/doc/guide.md
b/src/doc/guide.md
index fe8e0c070e48860d219ca95ca6d820da08f9e1a8..55decf1ac6aa2871802aa6fe394fb0cdbb567d0d 100644
(file)
--- 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 workspace
s
.
+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].