Skip to content

Commit

Permalink
Reword sentence describing workspace toml for clarity
Browse files Browse the repository at this point in the history
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
jw013 authored Apr 13, 2024
1 parent 29189d9 commit 341a464
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 341a464

Please sign in to comment.