Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo: decude => deduce.
  • Loading branch information
pmichaud committed Apr 9, 2012
1 parent 2c9f46f commit 5f7a220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Expand Up @@ -549,7 +549,7 @@ my class X::Str::Numeric is Exception {
}

my class X::Sequence::Deduction is Exception {
method message() { 'Unable to decude sequence' }
method message() { 'Unable to deduce sequence' }
}

# vim: ft=perl6

0 comments on commit 5f7a220

Please sign in to comment.