Skip to content

Commit 33f08cb

Browse files
committed
Auto merge of #4915 - xftroxgpx:typo2, r=alexcrichton
doc: typo "worksapce" -> "workspace" occurs twice
2 parents cb58088 + 06a6a40 commit 33f08cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/manifest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@ Most of the time workspaces will not need to be dealt with as `cargo new` and
523523
#### Virtual Manifest
524524

525525
In workspace manifests, if the `package` table is present, the workspace root
526-
crate will be treated as a normal package, as well as a worksapce. If the
527-
`package` table is not present in a worksapce manifest, it is called a *virtual
526+
crate will be treated as a normal package, as well as a workspace. If the
527+
`package` table is not present in a workspace manifest, it is called a *virtual
528528
manifest*.
529529

530530
When working with *virtual manifests*, package-related cargo commands, like

0 commit comments

Comments
 (0)