Skip to content

Commit c666645

Browse files
Fixed minor grammar phrasing
1 parent 7b13469 commit c666645

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)