]> git.proxmox.com Git - cargo.git/commitdiff
pause, for readability
authorTshepang Mbambo <tshepang@gmail.com>
Sat, 27 Aug 2022 17:57:40 +0000 (19:57 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 17:57:40 +0000 (19:57 +0200)
src/doc/src/reference/specifying-dependencies.md

index 36ddf0dbb5a60f10a05e96a2651155e3c9521d7c..15c705d683377e27cd9b191f4c0effd46a49adce 100644 (file)
@@ -458,7 +458,7 @@ log-debug = ['bar/log-debug'] # using 'foo/log-debug' would be an error!
 
 Dependencies can be inherited from a workspace by specifying the
 dependency in the workspace's [`[workspace.dependencies]`][workspace.dependencies] table.
-After that add it to the `[dependencies]` table with `workspace = true`.
+After that, add it to the `[dependencies]` table with `workspace = true`.
 
 Along with the `workspace` key, dependencies can also include these keys:
 - [`optional`][optional]: Note that the`[workspace.dependencies]` table is not allowed to specify `optional`.