Skip to content

Commit d148d69

Browse files
authored
doc: improve word usage
1 parent 4e792c2 commit d148d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/build-script-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ There’s a couple of points of note here:
8787
sources in `.cargo/registry` should be immutable. `cargo` won't allow such
8888
scripts when packaging.
8989
* 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
90+
One could imagine that other more complex operations could take place such as
9191
generating a Rust module from a C header file or another language definition,
9292
for example.
9393
* The [`rerun-if-changed` instruction](build-scripts.md#rerun-if-changed)

0 commit comments

Comments
 (0)