From 4848c30414c6ed6b7afbe6067703ccfe0510d0ec Mon Sep 17 00:00:00 2001 From: Andreev Alexander Date: Mon, 9 Oct 2017 16:38:06 +0300 Subject: [PATCH] Fixed spelling error in manifest.md --- src/doc/manifest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 2b2215057..6dbed298c 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -514,8 +514,8 @@ Most of the time workspaces will not need to be dealt with as `cargo new` and ## Virtual Manifest In workspace manifests, if the `package` table is present, the workspace root -crate will be treated as a normal package, as well as a worksapce. If the -`package` table is not present in a worksapce manifest, it is called a *virtual +crate will be treated as a normal package, as well as a workspace. If the +`package` table is not present in a workspace manifest, it is called a *virtual manifest*. When working with *virtual manifests*, package-related cargo commands, like -- 2.30.2