diff options
author | nagachika <[email protected]> | 2022-12-07 21:27:03 +0900 |
---|---|---|
committer | nagachika <[email protected]> | 2022-12-07 21:27:36 +0900 |
commit | f725bf358a38b2d5dccb016a962f560baaee55c2 (patch) | |
tree | c93d622378cd60d84fd25069d3f25e0400232c59 | |
parent | 01fd1c482e6ca08c7598c951e6929ba55b4a8228 (diff) |
Fix a typo in NEWS.md. [ci-skip]
-rw-r--r-- | NEWS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -498,7 +498,7 @@ The following deprecated methods are removed. ### Error printer -* Ruby no longer escapes control characters and bachslashes in an +* Ruby no longer escapes control characters and backslashes in an error message. [[Feature #18367]] ### Constant lookup when defining a class/module |