Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/man/cargo-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ selected based on the Minimum Supported Rust Version (MSRV).
2. Inspect the `serde` package with version `1.0.0`:

cargo info serde@1.0.0
3. Inspect the `serde` package form the local registry:
3. Inspect the `serde` package from the local registry:

cargo info serde --registry my-registry

Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated_txt/cargo-info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ EXAMPLES

cargo info serde@1.0.0

3. Inspect the serde package form the local registry:
3. Inspect the serde package from the local registry:

cargo info serde --registry my-registry

Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ details on environment variables that Cargo reads.
2. Inspect the `serde` package with version `1.0.0`:

cargo info serde@1.0.0
3. Inspect the `serde` package form the local registry:
3. Inspect the `serde` package from the local registry:

cargo info serde --registry my-registry

Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-info.1
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ details on environment variables that Cargo reads.
.RE
.sp
.RS 4
\h'-04' 3.\h'+01'Inspect the \fBserde\fR package form the local registry:
\h'-04' 3.\h'+01'Inspect the \fBserde\fR package from the local registry:
.sp
.RS 4
.nf
Expand Down