summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJunichi Ito <jit@sonicgarden.jp>2020-12-15 20:11:02 +0900
committerKazuhiro NISHIYAMA <znz@users.noreply.github.com>2020-12-15 21:00:10 +0900
commit2e436982ee64301aceb97e0c8d5b06b94fc7b580 (patch)
treeceb99f5d2866abc22620459848704db7fbf602cd /NEWS.md
parent151ff609e595e78b7937ecb4b011879dc5a0cbd1 (diff)
Fix typo in NEWS.md
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3908
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 913d1689f0..f5da2fadef 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -54,7 +54,7 @@ sufficient information, see the ChangeLog file or Redmine
* Pattern matching(`case/in`) is no longer experimental. [[Feature #17260]]
-* One-line pattern matching is redesgined. [EXPERIMENTAL]
+* One-line pattern matching is redesigned. [EXPERIMENTAL]
* `=>` is added. It can be used as like rightward assignment.
[[Feature #17260]]