Skip to content

Commit f3de2de

Browse files
committed
Auto merge of #11748 - tshepang:patch-1, r=weihanglo
use consistent case
2 parents 0c33172 + 640ff8d commit f3de2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ is not inside a subdirectory of the workspace root.
110110

111111
#### Package selection
112112

113-
In a workspace, package-related cargo commands like [`cargo build`] can use
113+
In a workspace, package-related Cargo commands like [`cargo build`] can use
114114
the `-p` / `--package` or `--workspace` command-line flags to determine which
115115
packages to operate on. If neither of those flags are specified, Cargo will
116116
use the package in the current working directory. If the current directory is

0 commit comments

Comments
 (0)