mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS.md: set code format explicitly [ci skip]
It is not set by default in the Github viewer.
This commit is contained in:
parent
2f1081a451
commit
0ab93e098f
Notes:
git
2020-01-19 21:07:47 +09:00
1 changed files with 1 additions and 1 deletions
2
NEWS.md
2
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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue