Skip to content

Commit 11601da

Browse files
committed
[ci skip]Add a missing double quote on code comments
1 parent f132be4 commit 11601da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/error_reporter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module ActiveSupport
1919
#
2020
# Both methods can be restricted to only handle a specific exception class
2121
#
22-
# maybe_tags = Rails.error.handle(Redis::BaseError) { redis.get("tags) }
22+
# maybe_tags = Rails.error.handle(Redis::BaseError) { redis.get("tags") }
2323
#
2424
# You can also pass some extra context information that may be used by the error subscribers:
2525
#

0 commit comments

Comments
 (0)