Fix typo in doc
authoradrian5 <adrian5@users.noreply.github.com>
Fri, 22 Sep 2017 16:39:36 +0000 (18:39 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2017 16:39:36 +0000 (18:39 +0200)
src/doc/guide.md

index fe8e0c070e48860d219ca95ca6d820da08f9e1a8..55decf1ac6aa2871802aa6fe394fb0cdbb567d0d 100644 (file)
@@ -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].