Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
no dash needed
  • Loading branch information
coke committed Oct 19, 2016
1 parent abb5a5c commit efbe733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/exceptions.pod6
Expand Up @@ -13,9 +13,9 @@ All built-in exceptions inherit from L<Exception>, which provides some basic
behavior, such as storing a backtrace and providing an interface for the
backtrace printer.
=head1 Ad-hoc exceptions
=head1 Ad hoc exceptions
Ad-hoc exceptions work just like in traditional Perl 5, one can simply use
Ad hoc exceptions work just like in traditional Perl 5, one can simply use
C<die> with a message as to what went wrong:
die "oops, something went wrong";
Expand Down

0 comments on commit efbe733

Please sign in to comment.