Skip to content

Commit bc41536

Browse files
committed
Rollup merge of #28770 - tshepang:awkward, r=steveklabnik
2 parents 4ab1ac5 + 16244b8 commit bc41536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3946,7 +3946,7 @@ found in the [ffi section of the book][ffi].
39463946

39473947
In one session of compilation, the compiler can generate multiple artifacts
39483948
through the usage of either command line flags or the `crate_type` attribute.
3949-
If one or more command line flag is specified, all `crate_type` attributes will
3949+
If one or more command line flags are specified, all `crate_type` attributes will
39503950
be ignored in favor of only building the artifacts specified by command line.
39513951

39523952
* `--crate-type=bin`, `#[crate_type = "bin"]` - A runnable executable will be
@@ -3992,7 +3992,7 @@ Note that these outputs are stackable in the sense that if multiple are
39923992
specified, then the compiler will produce each form of output at once without
39933993
having to recompile. However, this only applies for outputs specified by the
39943994
same method. If only `crate_type` attributes are specified, then they will all
3995-
be built, but if one or more `--crate-type` command line flag is specified,
3995+
be built, but if one or more `--crate-type` command line flags are specified,
39963996
then only those outputs will be built.
39973997

39983998
With all these different kinds of outputs, if crate A depends on crate B, then

0 commit comments

Comments
 (0)