Skip to content

Commit

Permalink
Update src/ameba/rule/lint/trailing_rescue_exception.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Sijawusz Pur Rahnama <[email protected]>
  • Loading branch information
nobodywasishere and Sija authored Nov 24, 2024
1 parent a6577c1 commit a87f348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ameba/rule/lint/trailing_rescue_exception.cr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Ameba::Rule::Lint
# For example, this is considered invalid:
#
# ```
# value = method.call('param') rescue MyException
# value = method.call("param") rescue MyException
# ```
#
# And should instead be written as:
Expand Down

0 comments on commit a87f348

Please sign in to comment.