Skip to content

Commit 13e2646

Browse files
committed
Merge pull request #326 from LuqiPan/master
Added a few words to make the example more clear
2 parents 4f229ce + bbb7dff commit 13e2646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2333,7 +2333,7 @@ Translations of the guide are available in the following languages:
23332333
rescue Exception => e
23342334
# some handling
23352335
rescue StandardError => e
2336-
# some handling
2336+
# some handling that will never be executed
23372337
end
23382338
23392339
# good

0 commit comments

Comments
 (0)