Skip to content

Commit 8fd0bd4

Browse files
committed
Auto merge of #6885 - erichschroeter:patch-1, r=ehuss
Fixed minor grammar phrasing I don't think this change is anything ground breaking, but I think it makes more sense.
2 parents 7b13469 + c666645 commit 8fd0bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/build-scripts.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.
22-
By default Cargo looks up for `"build.rs"` file in a package root (even if you
22+
By default Cargo looks for a `"build.rs"` file in a package root (even if you
2323
do not specify a value for `build`). Use `build = "custom_build_name.rs"` to specify
2424
a custom build name or `build = false` to disable automatic detection of the build script.
2525

0 commit comments

Comments
 (0)