Auto merge of #11748 - tshepang:patch-1, r=weihanglo

use consistent case
This commit is contained in:
bors 2023-02-22 08:53:39 +00:00
commit f3de2de2c8

View file

@ -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