Use — instead of --
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Fri, 13 May 2016 23:55:07 +0000 (19:55 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Fri, 13 May 2016 23:55:07 +0000 (19:55 -0400)
src/doc/specifying-dependencies.md

index cc567a608df9ae5927168d3e3c3d0ff8d4e4c3e5..c6dd3cffdd5897c468bd7c968fcc070196fb8584 100644 (file)
@@ -2,7 +2,7 @@
 
 Your crates can depend on other libraries from [crates.io], `git` repositories, or
 subdirectories on your local file system. You can also temporarily override the
-location of a dependency-- for example, to be able to test out a bug fix in the
+location of a dependency for example, to be able to test out a bug fix in the
 dependency that you are working on locally. You can have different
 dependencies for different platforms, and dependencies that are only used during
 development. Let's take a look at how to do each of these.