mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix broken markup [ci skip]
This commit is contained in:
parent
8eef8791fa
commit
22483b86a6
1 changed files with 2 additions and 0 deletions
|
@ -1,10 +1,12 @@
|
|||
* `Array#to_sentence` no longer returns a frozen string.
|
||||
|
||||
Before:
|
||||
|
||||
['one', 'two'].to_sentence.frozen?
|
||||
# => true
|
||||
|
||||
After:
|
||||
|
||||
['one', 'two'].to_sentence.frozen?
|
||||
# => false
|
||||
|
||||
|
|
Loading…
Reference in a new issue