Skip to content

Commit

Permalink
Merge pull request #690 from tommystanton/exception-typo
Browse files Browse the repository at this point in the history
Typo in X::Seq::Consumed exception
  • Loading branch information
lizmat committed Jan 23, 2016
2 parents 775271d + 5a04ff6 commit 217e976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2334,7 +2334,7 @@ my class X::InvalidTypeSmiley does X::Comp {
my class X::Seq::Consumed is Exception {
method message() {
"This Seq has already been iterated, and its values consumed\n" ~
"(you might solve this by addding .cache on usages of the Seq, or\n" ~
"(you might solve this by adding .cache on usages of the Seq, or\n" ~
"by assigning the Seq into an array)"
}
}
Expand Down

0 comments on commit 217e976

Please sign in to comment.