We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5ec3a8 + 1f88ef3 commit 4ed54ceCopy full SHA for 4ed54ce
src/doc/src/reference/specifying-dependencies.md
@@ -458,7 +458,7 @@ log-debug = ['bar/log-debug'] # using 'foo/log-debug' would be an error!
458
459
Dependencies can be inherited from a workspace by specifying the
460
dependency in the workspace's [`[workspace.dependencies]`][workspace.dependencies] table.
461
-After that add it to the `[dependencies]` table with `workspace = true`.
+After that, add it to the `[dependencies]` table with `workspace = true`.
462
463
Along with the `workspace` key, dependencies can also include these keys:
464
- [`optional`][optional]: Note that the`[workspace.dependencies]` table is not allowed to specify `optional`.
0 commit comments