Skip to content

Commit 3373e72

Browse files
author
Lucien Grondin
committed
fix typo
1 parent 6cc6cd1 commit 3373e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S07-lists.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ return a C<Seq>, as do most synchronous sources of multiple values.
218218
say (1, 1, * + * ... *).^name; # Seq
219219
say $*IN.lines.^name; # Seq
220220

221-
Since a C<Seq> will not by default remember is values, it can only be
221+
Since a C<Seq> will not by default remember its values, it can only be
222222
consumed once. For example, if a C<Seq> is stored:
223223

224224
my \seq = (1, 2, 3).map(* + 1);

0 commit comments

Comments
 (0)