Skip to content

Commit 490d1e3

Browse files
committed
Typos
1 parent a370ca6 commit 490d1e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-less-unwinding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ test` it cannot pass `-C panic=abort`.
275275
implementations, but it's unclear whether it's too heavily biased towards
276276
panic is either unwinding or aborting.
277277

278-
* The current implementation of Cargo would mean that a native implementation of
278+
* The current implementation of Cargo would mean that a naive implementation of
279279
the profile option would cause recompiles between `cargo build` and `cargo
280-
test` for projects that specify `panic = 'unwind'`. Is this acceptable? Should
280+
test` for projects that specify `panic = 'abort'`. Is this acceptable? Should
281281
Cargo cache both copies of the crate?

0 commit comments

Comments
 (0)