Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grondilu committed Sep 14, 2015
1 parent 6cc6cd1 commit 3373e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S07-lists.pod
Expand Up @@ -218,7 +218,7 @@ return a C<Seq>, as do most synchronous sources of multiple values.
say (1, 1, * + * ... *).^name; # Seq
say $*IN.lines.^name; # Seq

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

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

0 comments on commit 3373e72

Please sign in to comment.