We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4e0b71 + dd09442 commit 638a718Copy full SHA for 638a718
src/doc/build-script.md
@@ -19,7 +19,7 @@ build = "build.rs"
19
The Rust file designated by the `build` command (relative to the package root)
20
will be compiled and invoked before anything else is compiled in the package,
21
allowing your Rust code to depend on the built or generated artifacts. Note that
22
-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
23
`"build.rs"` file, Cargo will compile and invoke this file for you.
24
25
Some example use cases of the build command are:
0 commit comments