Fix tiny typo in syntax/exceptions.rdoc

This commit is contained in:
Masafumi Koba 2025-04-24 20:13:12 +09:00 committed by Hiroshi SHIBATA
parent 18f8c514ea
commit bbd5d3348b
Notes: git 2025-04-24 12:15:42 +00:00

View File

@ -103,4 +103,4 @@ You may also run some code when an exception is not raised:
# It will not return implicitly.
end
NB : Without explicit +return+ in the +ensure+ block, +begin+/+end+ block will return the last evaluated statement before entering in the `ensure` block.
NB : Without explicit +return+ in the +ensure+ block, +begin+/+end+ block will return the last evaluated statement before entering in the +ensure+ block.