diff --git a/src/core/Exception.pm b/src/core/Exception.pm index 06e4fcd7d12..66f2939e9af 100644 --- a/src/core/Exception.pm +++ b/src/core/Exception.pm @@ -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)" } }