summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-07 19:48:38 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-07 19:48:38 +0900
commit581b4a3c883ebecedcb0d64f5cb4118a0a6e2032 (patch)
treeac46295d1877d82c1440820adb43e71f6b83ce97 /NEWS.md
parent58cc3c9f387dcf8f820b43e043b540fa06248da3 (diff)
NEWS.md: Remove an extraneous word [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 76752af24e..bfa7ef0b33 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -498,8 +498,8 @@ The following deprecated methods are removed.
### Error printer
-* Ruby do no longer escape control characters and bachslashes in
- an error message. [[Feature #18367]]
+* Ruby no longer escapes control characters and bachslashes in an
+ error message. [[Feature #18367]]
### Constant lookup when defining a class/module