Skip to content

Commit e3c4dcc

Browse files
committed
Use WHAT as a charm
1 parent df5d6ea commit e3c4dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Algorithm/MinMaxHeap.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ method clear() {
105105
}
106106

107107
method clone {
108-
nextwith(:type($!type), :nodes(@.nodes.clone))
108+
nextwith(:type($!type.WHAT), :nodes(@.nodes.clone))
109109
}
110110

111111
method !bubble-up($index) {

0 commit comments

Comments
 (0)