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.
This commit is contained in:
jw013 2024-04-13 12:45:08 -04:00 committed by GitHub
parent 29189d9908
commit 341a4645cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.