We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 936e161 + fceafc2 commit bb380a3Copy full SHA for bb380a3
activerecord/lib/active_record/connection_handling.rb
@@ -301,7 +301,7 @@ def release_connection
301
302
# Checkouts a connection from the pool, yield it and then check it back in.
303
# If a connection was already leased via #lease_connection or a parent call to
304
- # #with_connection, that same connection is yieled.
+ # #with_connection, that same connection is yielded.
305
# If #lease_connection is called inside the block, the connection won't be checked
306
# back in.
307
# If #connection is called inside the block, the connection won't be checked back in
0 commit comments