mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix links [ci skip]
This commit is contained in:
parent
f5bb9115a7
commit
ef82a0efa3
1 changed files with 1 additions and 1 deletions
2
NEWS.md
2
NEWS.md
|
@ -334,7 +334,7 @@ Outstanding ones only.
|
|||
|
||||
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
|
||||
/foo/.frozen? #=> true
|
||||
(42...).frozen? # => true
|
||||
|
|
Loading…
Add table
Reference in a new issue