Skip to content

Commit 7b5b27b

Browse files
committed
use passive voice
1 parent 898ab62 commit 7b5b27b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

newsletters/2018-08-2x-psa-cortex-m-breakage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The default linker for the 4 ARM Cortex-M targets listed below has changed from
88
- `thumbv7em-none-eabi`
99
- `thumbv7em-none-eabihf`
1010

11-
This will break the builds of *binaries* and *cdylibs* that you were using the
12-
default linker -- that is you were *not* using `-C linker` to change the linker
13-
-- *and* that were passing extra flags to the linker using any of these rustc
11+
This will break the builds of *binaries* and *cdylibs* that are using the
12+
default linker -- that is `-C linker` is not being passed to rustc to change the
13+
linker -- *and* that pass extra flags to the linker using any of these rustc
1414
flags: `-C link-arg`, `-C link-args`, `-Z pre-link-arg` or `-Z pre-link-args`.
1515
Building libraries (`rlib`s and `staticlib`s) is not affected by this change.
1616

0 commit comments

Comments
 (0)