Skip to content

Commit aa63ac6

Browse files
committed
Fix typos
1 parent 0b111ea commit aa63ac6

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 a dependencies for tests (examples,
4-
benchmarks) only. Such dependencies are added to `Cargo.toml` in
3+
Sometimes there is a need to have dependencies for tests (examples,
4+
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)