Skip to content

Commit

Permalink
Remove harmless typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stoned committed Jan 11, 2021
1 parent 9f714bc commit 71d4062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/variables.pod6
Expand Up @@ -744,7 +744,7 @@ Use C<.clone> or coercion to create a new container that can be bound to.
sub f() {
state $i;
$i++;
@a\ .push: "k$i" => $i;
@a .push: "k$i" => $i;
@a-cloned.push: "k$i" => $i.clone;
};
Expand Down

0 comments on commit 71d4062

Please sign in to comment.