Skip to content

Commit 8070336

Browse files
authored
Merge pull request #1517 from Niederb/small-tutorial-fix
Small fix in tutorial
2 parents a5ccffb + 0b9472c commit 8070336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/tutorial-3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Create a `build.rs` File
22

3-
We create a `build.rs` file in our crate's root. Cargo will pick up on the existence of this file and compile and executed it before the rest of the crate is built.
3+
We create a `build.rs` file in our crate's root. Cargo will pick up on the existence of this file, then compile and execute it before the rest of the crate is built.
44
This can be used to generate code at compile time.
55
And of course in our case, we will be generating Rust FFI
66
bindings to `bzip2` at compile time. The resulting bindings will be written to

0 commit comments

Comments
 (0)