Skip to content

Commit 341a464

Browse files
authored
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.
1 parent 29189d9 commit 341a464

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
@@ -15,7 +15,7 @@ The key points of workspaces are:
1515
sections in `Cargo.toml` are only recognized in the *root* manifest, and
1616
ignored in member crates' manifests.
1717

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

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

0 commit comments

Comments
 (0)