diff --git a/README.md b/README.md index 3f9e8cd5b..9baec14cf 100644 --- a/README.md +++ b/README.md @@ -2332,7 +2332,7 @@ Translations of the guide are available in the following languages: rescue Exception => e # some handling rescue StandardError => e - # some handling + # some handling that will never be executed end # good