Skip to content

Commit

Permalink
unconfuse order of alternatives in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jul 13, 2011
1 parent b5c1614 commit b4486ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Compiler/Module.pm
Expand Up @@ -6,7 +6,7 @@ has %!dummy;
method methods() {
if $*SCOPE eq '' || $*SCOPE eq 'has' {
pir::printerr("Useless declaration of has-scoped " ~ $*METHODTYPE ~
" in a module; add our or my to install it in the lexpad or namespace\n");
" in a module; add my or our to install it in the lexpad or namespace\n");
}
%!dummy
}
Expand Down

0 comments on commit b4486ed

Please sign in to comment.