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:
parent
c0de997edd
commit
cf582aa6ee
1
NEWS.md
1
NEWS.md
@ -384,6 +384,7 @@ Outstanding ones only.
|
|||||||
Excluding feature bug fixes.
|
Excluding feature bug fixes.
|
||||||
|
|
||||||
* Regexp literals and all Range objects are frozen [[Feature #8948]] [[Feature #16377]] [[Feature #15504]]
|
* Regexp literals and all Range objects are frozen [[Feature #8948]] [[Feature #16377]] [[Feature #15504]]
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
/foo/.frozen? #=> true
|
/foo/.frozen? #=> true
|
||||||
(42...).frozen? # => true
|
(42...).frozen? # => true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user