mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix tiny typo in syntax/exceptions.rdoc
This commit is contained in:
parent
18f8c514ea
commit
bbd5d3348b
Notes:
git
2025-04-24 12:15:42 +00:00
1 changed files with 1 additions and 1 deletions
|
@ -103,4 +103,4 @@ You may also run some code when an exception is not raised:
|
||||||
# It will not return implicitly.
|
# It will not return implicitly.
|
||||||
end
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue