Skip to content

Commit f3197dd

Browse files
authored
Merge pull request #1285 from stomar/fix-typos
Fix typos
2 parents eecb53c + aa63ac6 commit f3197dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/testing/dev_dependencies.md

+2-2
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)