Skip to content

Commit

Permalink
Auto merge of #13753 - jw013:patch-1, r=weihanglo
Browse files Browse the repository at this point in the history
Reword sentence describing workspace toml for clarity

Judging by the commit history, the original sentence was written before the `[patch]` and `[profile]` sections were added and since those sections do not go underneath the workspace table the original sentence needed to be updated.
  • Loading branch information
bors committed Apr 13, 2024
2 parents 29189d9 + 341a464 commit 07ac23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The key points of workspaces are:
sections in `Cargo.toml` are only recognized in the *root* manifest, and
ignored in member crates' manifests.

In the `Cargo.toml`, the `[workspace]` table supports the following sections:
The root `Cargo.toml` of a workspace supports the following sections:

* [`[workspace]`](#the-workspace-section) --- Defines a workspace.
* [`resolver`](resolver.md#resolver-versions) --- Sets the dependency resolver to use.
Expand Down

0 comments on commit 07ac23a

Please sign in to comment.