Skip to content

Commit 640ff8d

Browse files
authored
use consistent case
1 parent d1d16f2 commit 640ff8d

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)