From ec0bc09b515f9f6fb6f763024702613eccb4282e Mon Sep 17 00:00:00 2001 From: cfa <215106+cfa@users.noreply.github.com> Date: Tue, 7 Mar 2023 07:23:00 -0800 Subject: [PATCH] Amend documented signatures for Failure methods (#4259) --- doc/Type/Cool.rakudoc | 2 +- doc/Type/Exception.rakudoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Type/Cool.rakudoc b/doc/Type/Cool.rakudoc index edacdf663..fef673843 100644 --- a/doc/Type/Cool.rakudoc +++ b/doc/Type/Cool.rakudoc @@ -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. diff --git a/doc/Type/Exception.rakudoc b/doc/Type/Exception.rakudoc index a6ac47ab3..b3dd0f165 100644 --- a/doc/Type/Exception.rakudoc +++ b/doc/Type/Exception.rakudoc @@ -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.