Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooster0 authored Oct 20, 2018
1 parent d8681bd commit 2b33cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exception.cr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CallStack.skip(__FILE__)

# Represents errors that occur during application execution.
#
# Exception and it's descendants are used to communicate between raise and
# Exception and its descendants are used to communicate between raise and
# rescue statements in `begin ... end` blocks.
# Exception objects carry information about the exception – its type (the
# exception’s class name), an optional descriptive string, and
Expand Down

0 comments on commit 2b33cb3

Please sign in to comment.