Fixed a code block in NEWS [ci skip]

A code block needs to be separated from the previous paragraph by
an empty line.
This commit is contained in:
Nobuyoshi Nakada 2020-12-04 12:59:19 +09:00
parent c0de997edd
commit cf582aa6ee
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -384,6 +384,7 @@ Outstanding ones only.
Excluding feature bug fixes.
* Regexp literals and all Range objects are frozen [[Feature #8948]] [[Feature #16377]] [[Feature #15504]]
```ruby
/foo/.frozen? #=> true
(42...).frozen? # => true