From 0fa1b5210956d1da2ba51ad216371dce3235e2b6 Mon Sep 17 00:00:00 2001 From: Tobias Boege Date: Mon, 20 May 2019 11:03:38 +0200 Subject: [PATCH] Document X::Method::NotFound.addendum --- doc/Type/X/Method/NotFound.pod6 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/Type/X/Method/NotFound.pod6 b/doc/Type/X/Method/NotFound.pod6 index cabd3c5c1..e8b07c521 100644 --- a/doc/Type/X/Method/NotFound.pod6 +++ b/doc/Type/X/Method/NotFound.pod6 @@ -28,7 +28,7 @@ Returns the method name that was invoked. =head2 method typename - method typename returns Str:D + method typename(--> Str:D) Returns the name of the invocant type. @@ -38,4 +38,12 @@ Returns the name of the invocant type. Returns C for private methods, and C for public methods. +=head2 method addendum + + method addendum(--> Str:D) + +Returns additional explanations or hints. + +I: C was introduced in Rakudo 2019.03. + =end pod