Skip to content

Commit 638a718

Browse files
committed
Auto merge of #4893 - xftroxgpx:smalltypo1, r=alexcrichton
doc typo: "does contains" -> "does contain"
2 parents d4e0b71 + dd09442 commit 638a718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/build-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build = "build.rs"
1919
The Rust file designated by the `build` command (relative to the package root)
2020
will be compiled and invoked before anything else is compiled in the package,
2121
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
22+
if you do not specify a value for `build` but your package root does contain a
2323
`"build.rs"` file, Cargo will compile and invoke this file for you.
2424

2525
Some example use cases of the build command are:

0 commit comments

Comments
 (0)