Skip to content

Commit bf0cf99

Browse files
committed
remove duplicate
1 parent eda32c5 commit bf0cf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Exception.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ die "Important reason";
146146
If the subroutine form is called without arguments, the value of
147147
L«C<$!> variable|/syntax/$!» is checked. If it is set to a
148148
L«C<.DEFINITE>|/language/mop#index-entry-syntax_DEFINITE-DEFINITE»
149-
value, its value will be used as the the L<Exception> to throw if it's
149+
value, its value will be used as the L<Exception> to throw if it's
150150
of type L<Exception>, otherwise, it will be used as payload of L<X::AdHoc>
151151
exception. If C<$!> is not C<.DEFINITE>, L<X::AdHoc> with string C<"Died">
152152
as payload will be thrown.

0 commit comments

Comments
 (0)