From f08ded94317d02209efeccaa50d982cc61f8a433 Mon Sep 17 00:00:00 2001 From: "Wenzel P. P. Peppmeyer" Date: Sat, 14 Jan 2017 15:44:33 +0100 Subject: [PATCH] is nodal applies to all Routines, not just methods --- doc/Language/typesystem.pod6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Language/typesystem.pod6 b/doc/Language/typesystem.pod6 index 660ff6501..c8aecd546 100644 --- a/doc/Language/typesystem.pod6 +++ b/doc/Language/typesystem.pod6 @@ -309,7 +309,7 @@ C<:&attr-with-code-in-it>, and so on. =head4 trait C -Mark a method for hyperoperators as to be avoided for descending into. +Mark a C for hyperoperators as to be avoided for descending into. dd [[1,2,3],[4,5]]>>.elems; # OUTPUT«(3, 2)␤»