about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2020-06-05 03:41:21 +0200
committerGitHub <noreply@github.com>2020-06-05 03:41:21 +0200
commit9d6ed2960c302e87f7b01c75efb59fc0353da05a (patch)
tree3719a50a85352a221e2667e2d50d403dcb3108fa
parente508db28405dddbee45c6727b0d59586b522fe80 (diff)
downloadrust-9d6ed2960c302e87f7b01c75efb59fc0353da05a.tar.gz
rust-9d6ed2960c302e87f7b01c75efb59fc0353da05a.zip
address review comment
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index ef28679a438..46641e82562 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -25,7 +25,7 @@ Compiler
 --------
 - [Rustc now respects the `-C codegen-units` flag in incremental mode.][70156]
   Additionally when in incremental mode rustc defaults to 256 codegen units.
-- [Refactored `catch_unwind` to have zero-cost, unless unwinding is enabled AND
+- [Refactored `catch_unwind` to have zero-cost, unless unwinding is enabled and
   a panic is thrown.][67502]
 - [Added tier 3\* support for the `aarch64-unknown-none` and
   `aarch64-unknown-none-softfloat` targets.][68334]