Skip to content

Commit ae3e026

Browse files
authored
Merge pull request rails#43683 from willnet/add-a-missing-double-quote
[ci skip]Add a missing double quote on code comments
2 parents f132be4 + 11601da commit ae3e026

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)