From 640ff8d5938ce38d8183ae544a66f3b9b01ac112 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 21 Feb 2023 14:28:00 +0200 Subject: [PATCH] use consistent case --- src/doc/src/reference/workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/workspaces.md b/src/doc/src/reference/workspaces.md index fed53eb0da9..21f8f08f8ca 100644 --- a/src/doc/src/reference/workspaces.md +++ b/src/doc/src/reference/workspaces.md @@ -110,7 +110,7 @@ is not inside a subdirectory of the workspace root. #### Package selection -In a workspace, package-related cargo commands like [`cargo build`] can use +In a workspace, package-related Cargo commands like [`cargo build`] can use the `-p` / `--package` or `--workspace` command-line flags to determine which packages to operate on. If neither of those flags are specified, Cargo will use the package in the current working directory. If the current directory is