Skip to content

Commit 9fd3b7e

Browse files
committed
Clarify wording
1 parent 2e92719 commit 9fd3b7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/testing/dev_dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Development dependencies
22

3-
Sometimes there is a need to have dependencies for tests (examples,
4-
benchmarks) only. Such dependencies are added to `Cargo.toml` in the
3+
Sometimes there is a need to have dependencies for tests (or examples,
4+
or benchmarks) only. Such dependencies are added to `Cargo.toml` in the
55
`[dev-dependencies]` section. These dependencies are not propagated to other
66
packages which depend on this package.
77

0 commit comments

Comments
 (0)