Skip to content

Commit 4ed54ce

Browse files
committed
Auto merge of #11027 - tshepang:patch-1, r=ehuss
doc: pause, for readability
2 parents e5ec3a8 + 1f88ef3 commit 4ed54ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/specifying-dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ log-debug = ['bar/log-debug'] # using 'foo/log-debug' would be an error!
458458

459459
Dependencies can be inherited from a workspace by specifying the
460460
dependency in the workspace's [`[workspace.dependencies]`][workspace.dependencies] table.
461-
After that add it to the `[dependencies]` table with `workspace = true`.
461+
After that, add it to the `[dependencies]` table with `workspace = true`.
462462

463463
Along with the `workspace` key, dependencies can also include these keys:
464464
- [`optional`][optional]: Note that the`[workspace.dependencies]` table is not allowed to specify `optional`.

0 commit comments

Comments
 (0)