Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make the argument to .rotate Cool
  • Loading branch information
Carl Masak committed Jul 24, 2015
1 parent f971dbd commit f14919c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/List.pm
Expand Up @@ -370,7 +370,7 @@ my class List does Positional { # declared in BOOTSTRAP
$rlist;
}

method rotate(Int $n is copy = 1) is nodal {
method rotate(Cool $n is copy = 1) is nodal {
self.gimme(*);
fail X::Cannot::Infinite.new(:action<rotate>) if $!nextiter.defined;
my $items = nqp::p6box_i(nqp::elems($!items));
Expand Down

0 comments on commit f14919c

Please sign in to comment.