1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add backticks around String#camelize

[ci skip]
This commit is contained in:
Ryuta Kamizono 2017-08-04 02:54:46 +09:00
parent c6dcee4770
commit ec544350bb

View file

@ -1,6 +1,6 @@
* Update String#camelize to provide feedback when wrong option is passed
* Update `String#camelize` to provide feedback when wrong option is passed
String#camelize was returning nil without any feedback when an
`String#camelize` was returning nil without any feedback when an
invalid option was passed as parameter.
Previously: