Skip to content

Commit efbe733

Browse files
authored
fix typo
no dash needed
1 parent abb5a5c commit efbe733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/exceptions.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ All built-in exceptions inherit from L<Exception>, which provides some basic
1313
behavior, such as storing a backtrace and providing an interface for the
1414
backtrace printer.
1515
16-
=head1 Ad-hoc exceptions
16+
=head1 Ad hoc exceptions
1717
18-
Ad-hoc exceptions work just like in traditional Perl 5, one can simply use
18+
Ad hoc exceptions work just like in traditional Perl 5, one can simply use
1919
C<die> with a message as to what went wrong:
2020
2121
die "oops, something went wrong";

0 commit comments

Comments
 (0)