Skip to content

Commit 3442396

Browse files
committed
remove (implementation-specific) fossil from S06
1 parent 606dba7 commit 3442396

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

S06-routines.pod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ whose behalf the method was called. [Note, this is a change from prior
161161
multi method semantics, which restricted multimethods to a single class;
162162
the old semantics is equivalent to defining a C<proto> in every class that has
163163
multimethods. The new way gives the user the ability to intermix C<multi>s at
164-
different inheritance levels. (The first version of Rakudo * is not expected
165-
to implement this).]
164+
different inheritance levels.
166165

167166
Also, the old semantics of C<proto> providing the most-default C<multi> body
168167
is hereby deprecated. Default C<multi>s should be marked with "C<is default>".

0 commit comments

Comments
 (0)