summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-01-19 20:55:06 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-01-19 21:07:24 +0900
commit0ab93e098f1f31c8479a730b99e994f59d6e00c3 (patch)
treeb5e5f607c8042c1ec2959edd44fcfdb42e91f309
parent2f1081a451f21ca017cc9fdc585883e5c6ebf618 (diff)
NEWS.md: set code format explicitly [ci skip]
It is not set by default in the Github viewer.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2851
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index a53f4f22a4..4485a64df4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -34,7 +34,7 @@ sufficient information, see the ChangeLog file or Redmine
* Regexp literals are frozen [[Feature #8948]] [[Feature #16377]]
- ```
+ ```ruby
/foo/.frozen? #=> true
```