Skip to content

Commit 2f9adf8

Browse files
committed
remove a a
1 parent dc77e5a commit 2f9adf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/control.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ for @cars <-> $_ {...}
343343
344344
=end code
345345
346-
A for loop can produce a a C<List> of the values produced by each run of the
346+
A for loop can produce a C<List> of the values produced by each run of the
347347
attached block. To capture these values, put the for loop in parenthesis or
348348
assign them to an array:
349349

0 commit comments

Comments
 (0)