doc typo: "does contains" -> "does contain"
authorxftroxgpx <xftroxgpx@protonmail.com>
Thu, 4 Jan 2018 01:30:24 +0000 (02:30 +0100)
committerxftroxgpx <xftroxgpx@protonmail.com>
Thu, 4 Jan 2018 01:30:24 +0000 (02:30 +0100)
src/doc/build-script.md

index d5a4b79676b85dc51bdea358b77306573d9c87f4..0f9aae2f36cc6d350641adf1f03b934a74e97571 100644 (file)
@@ -19,7 +19,7 @@ build = "build.rs"
 The Rust file designated by the `build` command (relative to the package root)
 will be compiled and invoked before anything else is compiled in the package,
 allowing your Rust code to depend on the built or generated artifacts. Note that
-if you do not specify a value for `build` but your package root does contains a
+if you do not specify a value for `build` but your package root does contain a
 `"build.rs"` file, Cargo will compile and invoke this file for you.
 
 Some example use cases of the build command are: