From 70d7e4c3f02aabf06eb50e01d50c83bddd227a9c Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Sun, 27 Sep 2020 01:16:42 +0900 Subject: [PATCH] Fix a typo [ci skip] --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 086da34bf7..f41b20a114 100644 --- a/NEWS.md +++ b/NEWS.md @@ -83,7 +83,7 @@ sufficient information, see the ChangeLog file or Redmine * Interpolated String literals are no longer frozen when `# frozen-string-literal: true` is used. [[Feature #17104]] -* RBS is introduced. It is a type definition languaged for Ruby programs. +* RBS is introduced. It is a type definition language for Ruby programs. ## Command line options