We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e792c2 commit d148d69Copy full SHA for d148d69
src/doc/src/reference/build-script-examples.md
@@ -87,7 +87,7 @@ There’s a couple of points of note here:
87
sources in `.cargo/registry` should be immutable. `cargo` won't allow such
88
scripts when packaging.
89
* This script is relatively simple as it just writes out a small generated file.
90
- One could imagine that other more fanciful operations could take place such as
+ One could imagine that other more complex operations could take place such as
91
generating a Rust module from a C header file or another language definition,
92
for example.
93
* The [`rerun-if-changed` instruction](build-scripts.md#rerun-if-changed)
0 commit comments