Skip to content

Commit

Permalink
Amend documented signatures for Failure methods (#4259)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfa committed Mar 7, 2023
1 parent 8fd5f52 commit ec0bc09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Type/Cool.rakudoc
Expand Up @@ -1450,7 +1450,7 @@ had been coerced to is negative.

=head2 method Failure

method Failure(Exception:D --> Failure:D)
method Failure(Cool:D: --> Failure:D)

Available as of the 2022.06 release of the Rakudo compiler.

Expand Down
2 changes: 1 addition & 1 deletion doc/Type/Exception.rakudoc
Expand Up @@ -123,7 +123,7 @@ a newline.

=head2 method Failure

method Failure(Exception:D --> Failure:D)
method Failure(Exception:D: --> Failure:D)

Available as of the 2022.06 release of the Rakudo compiler.

Expand Down

0 comments on commit ec0bc09

Please sign in to comment.