diff --git a/src/crates.md b/src/crates.md index 4c46e553cd..b954eec6cd 100644 --- a/src/crates.md +++ b/src/crates.md @@ -9,4 +9,4 @@ individually, only crates get compiled. A crate can be compiled into a binary or into a library. By default, `rustc` will produce a binary from a crate. This behavior can be overridden by passing -the `--crate-type` flag to `rustc`. +the `--crate-type` flag to `lib`.