Skip to content

Commit 9729894

Browse files
authored
Remove duplicate word; closes #1371
1 parent a037abf commit 9729894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Failure.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Defined as:
6363
method exception(Failure:D: --> Failure:D)
6464
6565
If the invocant is a L<handled> C<Failure>, returns it as is.
66-
If not not handled, throws its L<Exception>. Since
66+
If not handled, throws its L<Exception>. Since
6767
L<Mu> type L«provides C<.self>|/type/Mu#method_self» for every
6868
class, calling this method is a handy way to explosively
6969
filter out Failures:

0 commit comments

Comments
 (0)