mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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 changed files with 1 additions and 0 deletions
1
NEWS.md
1
NEWS.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue