Skip to content

Commit 6213785

Browse files
author
Jan-Olof Hendig
committed
Changed incorrect mention of nextsame to callsame. jnthn++
1 parent 4f2611b commit 6213785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/traps.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ C<BUILDALL> mechanism instead:
137137
(Note that C<BUILDALL> is a method, not a submethod. That's because by
138138
default, there is only one such method per class hierarchy, whereas C<BUILD>
139139
is explicitly called per class. Which also explains why you need the
140-
C<nextsame> inside C<BUILDALL>, but not inside C<BUILD>).
140+
C<callsame> inside C<BUILDALL>, but not inside C<BUILD>).
141141
142142
=head1 Regexes
143143

0 commit comments

Comments
 (0)