aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-02-21 12:06:46 -0500
committerJon Moss <me@jonathanmoss.me>2017-02-21 12:06:46 -0500
commit25f5d0913dbc627ab18bd16f95a757b1d083b9e3 (patch)
tree32e53e2e262eb11a58336af9403dfdd9404d6ccf /activerecord/CHANGELOG.md
parente342f4e60d12bea4e2525f05fe2d30199db42590 (diff)
downloadrails-25f5d0913dbc627ab18bd16f95a757b1d083b9e3.tar.gz
rails-25f5d0913dbc627ab18bd16f95a757b1d083b9e3.tar.bz2
rails-25f5d0913dbc627ab18bd16f95a757b1d083b9e3.zip
Add backticks around method names
[ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
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*