Skip to content

Commit

Permalink
Fix a typo and touch up documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yegeunyang authored and ehuss committed Jan 28, 2025
1 parent fd4f492 commit a9eec5c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/doc/man/cargo-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ cargo-metadata --- Machine-readable metadata about the current package
Output JSON to stdout containing information about the workspace members and
resolved dependencies of the current package.

The format of the output is subject to change in futures versions of Cargo. It
The output format is subject to change in future versions of Cargo. It
is recommended to include the `--format-version` flag to future-proof your code
to ensure the output is in the format you are expecting. For more on the
and ensure the output is in the format you are expecting. For more on the
expectations, see ["Compatibility"](#compatibility).

See the [cargo_metadata crate](https://crates.io/crates/cargo_metadata)
Expand Down
8 changes: 4 additions & 4 deletions src/doc/man/generated_txt/cargo-metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ DESCRIPTION
Output JSON to stdout containing information about the workspace members
and resolved dependencies of the current package.

The format of the output is subject to change in futures versions of
Cargo. It is recommended to include the --format-version flag to
future-proof your code to ensure the output is in the format you are
expecting. For more on the expectations, see “Compatibility”.
The output format is subject to change in future versions of Cargo. It
is recommended to include the --format-version flag to future-proof your
code and ensure the output is in the format you are expecting. For more
on the expectations, see “Compatibility”.

See the cargo_metadata crate <https://crates.io/crates/cargo_metadata>
for a Rust API for reading the metadata.
Expand Down
4 changes: 2 additions & 2 deletions src/doc/src/commands/cargo-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ cargo-metadata --- Machine-readable metadata about the current package
Output JSON to stdout containing information about the workspace members and
resolved dependencies of the current package.

The format of the output is subject to change in futures versions of Cargo. It
The output format is subject to change in future versions of Cargo. It
is recommended to include the `--format-version` flag to future-proof your code
to ensure the output is in the format you are expecting. For more on the
and ensure the output is in the format you are expecting. For more on the
expectations, see ["Compatibility"](#compatibility).

See the [cargo_metadata crate](https://crates.io/crates/cargo_metadata)
Expand Down
4 changes: 2 additions & 2 deletions src/etc/man/cargo-metadata.1
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ cargo\-metadata \[em] Machine\-readable metadata about the current package
Output JSON to stdout containing information about the workspace members and
resolved dependencies of the current package.
.sp
The format of the output is subject to change in futures versions of Cargo. It
The output format is subject to change in future versions of Cargo. It
is recommended to include the \fB\-\-format\-version\fR flag to future\-proof your code
to ensure the output is in the format you are expecting. For more on the
and ensure the output is in the format you are expecting. For more on the
expectations, see \[lq]Compatibility\[rq]\&.
.sp
See the \fIcargo_metadata crate\fR <https://crates.io/crates/cargo_metadata>
Expand Down

0 comments on commit a9eec5c

Please sign in to comment.