From aa63ac6abdd1164e98d25784207a15e4fef4951a Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Mon, 28 Oct 2019 09:08:31 +0100 Subject: [PATCH] Fix typos --- src/testing/dev_dependencies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testing/dev_dependencies.md b/src/testing/dev_dependencies.md index 4c08979e60..c20decfa63 100644 --- a/src/testing/dev_dependencies.md +++ b/src/testing/dev_dependencies.md @@ -1,7 +1,7 @@ # Development dependencies -Sometimes there is a need to have a dependencies for tests (examples, -benchmarks) only. Such dependencies are added to `Cargo.toml` in +Sometimes there is a need to have dependencies for tests (examples, +benchmarks) only. Such dependencies are added to `Cargo.toml` in the `[dev-dependencies]` section. These dependencies are not propagated to other packages which depend on this package.