1
0
Fork 0
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:
Ryuta Kamizono 2019-12-30 13:54:35 +09:00
parent 8eef8791fa
commit 22483b86a6

View file

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