diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-02-21 12:06:46 -0500 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-02-21 12:06:46 -0500 |
commit | 25f5d0913dbc627ab18bd16f95a757b1d083b9e3 (patch) | |
tree | 32e53e2e262eb11a58336af9403dfdd9404d6ccf | |
parent | e342f4e60d12bea4e2525f05fe2d30199db42590 (diff) | |
download | rails-25f5d0913dbc627ab18bd16f95a757b1d083b9e3.tar.gz rails-25f5d0913dbc627ab18bd16f95a757b1d083b9e3.tar.bz2 rails-25f5d0913dbc627ab18bd16f95a757b1d083b9e3.zip |
Add backticks around method names
[ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 116363f2d9..fd9c08c705 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -81,7 +81,7 @@ *Ryuta Kamizono* -* Add the touch option to ActiveRecord#increment! and decrement!. +* Add the touch option to `#increment!` and `#decrement!`. *Hiroaki Izu* |