1
0
Fork 0
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:
Kazuhiro NISHIYAMA 2020-11-16 10:59:58 +09:00
parent f5bb9115a7
commit ef82a0efa3
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -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