Skip to content

Commit ab13f95

Browse files
committed
Fix markup for the rdoc [ci skip]
1 parent 35bf079 commit ab13f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/relation/query_methods.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ def rewhere(conditions)
711711
# User.active.invert_where
712712
# # WHERE NOT (`accepted` = 1 AND `locked` = 0)
713713
#
714-
# Be careful because this inverts all conditions before `invert_where` call.
714+
# Be careful because this inverts all conditions before +invert_where+ call.
715715
#
716716
# class User
717717
# scope :active, -> { where(accepted: true, locked: false) }

0 commit comments

Comments
 (0)