Skip to content

Commit 890b04d

Browse files
committed
Fixing typo.
1 parent 93a4cfb commit 890b04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/build_scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build Scripts
22

33
Sometimes a normal build from cargo is not enough. Perhaps your crate needs some
4-
pre-requites before cargo will successfully compile, things like code
4+
pre-requisites before cargo will successfully compile, things like code
55
generation, or some native code that needs to be compiled. To solve this problem
66
we have build scripts that Cargo can run.
77

0 commit comments

Comments
 (0)