From 86090563724c84cb54bd96722d40aadad7986922 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Fri, 22 Aug 2014 11:48:44 -0400 Subject: [PATCH] s/bounds-check/check-bounds/g in NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 6771ab661ceb0..23b8921e78108 100644 --- a/NEWS.md +++ b/NEWS.md @@ -58,7 +58,7 @@ New language features * Multi-line comments ([#69], [#6128]): `#= .... =#` - * `--bounds-check=yes|no` compiler option + * `--check-bounds=yes|no` compiler option * Unicode identifiers are normalized (NFC) so that different encodings of equivalent strings are treated as the same identifier ([#5462]).