From 8b565ab00f11221cc800b53a4fc70b1680298fa0 Mon Sep 17 00:00:00 2001 From: "Wenzel P. P. Peppmeyer" Date: Wed, 21 Sep 2016 16:06:02 +0200 Subject: [PATCH] fix definition of sub take --- doc/Type/Mu.pod6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Type/Mu.pod6 b/doc/Type/Mu.pod6 index 60d3a6cc7..1578f3bb8 100644 --- a/doc/Type/Mu.pod6 +++ b/doc/Type/Mu.pod6 @@ -326,7 +326,7 @@ Returns the invocant in the enlosing L blo =head2 routine take - method take() + sub take(\item) Takes the given item and passes it to the enclosing C block.