Skip to content

Commit b14347b

Browse files
fixes broken link to ActiveRecord::Locking::Pessimistic
1 parent f1be11a commit b14347b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/locking/optimistic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Locking
99
# it was opened, an ActiveRecord::StaleObjectError exception is thrown if that has occurred
1010
# and the update is ignored.
1111
#
12-
# Check out +ActiveRecord::Locking::Pessimistic+ for an alternative.
12+
# Check out ActiveRecord::Locking::Pessimistic for an alternative.
1313
#
1414
# == Usage
1515
#

0 commit comments

Comments
 (0)