Skip to content

Commit

Permalink
fix docstring for Object#ignoring:do:
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Nov 14, 2012
1 parent 3f04156 commit 43d4bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/object.fy
Expand Up @@ -775,7 +775,7 @@ class Object {
@block @Block@ to be executed while ignoring (catching but not handling) @Exception@s defined in @exception_classes.
Example:
ignoring: (IOError, ZeroDivisionError) in: {
ignoring: (IOError, ZeroDivisionError) do: {
# do something
}
"""
Expand Down

0 comments on commit 43d4bcf

Please sign in to comment.