Skip to content

Commit aea18ea

Browse files
authored
Merge pull request rails#53257 from jordan-chalupka/fix-broken-link-to-pessimistic
[docs] fixes broken link to ActiveRecord::Locking::Pessimistic
2 parents 299b651 + b14347b commit aea18ea

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)