NEWS.md: set code format explicitly [ci skip]

It is not set by default in the Github viewer.
This commit is contained in:
Nobuyoshi Nakada 2020-01-19 20:55:06 +09:00
Родитель 2f1081a451
Коммит 0ab93e098f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -34,7 +34,7 @@ sufficient information, see the ChangeLog file or Redmine
* Regexp literals are frozen [[Feature #8948]] [[Feature #16377]]
```
```ruby
/foo/.frozen? #=> true
```