Skip to content

Commit 71d4062

Browse files
committed
Remove harmless typo
1 parent 9f714bc commit 71d4062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/variables.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ Use C<.clone> or coercion to create a new container that can be bound to.
744744
sub f() {
745745
state $i;
746746
$i++;
747-
@a\ .push: "k$i" => $i;
747+
@a .push: "k$i" => $i;
748748
@a-cloned.push: "k$i" => $i.clone;
749749
};
750750

0 commit comments

Comments
 (0)