Skip to content

Commit

Permalink
[IO.pm] better params name in &note
Browse files Browse the repository at this point in the history
Only use all-caps when there's a reason.
  • Loading branch information
Carl Masak committed May 30, 2010
1 parent 6eec67c commit 5a8bd03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/IO.pm
Expand Up @@ -144,8 +144,8 @@ multi sub printf($format, *@args) {

}

multi sub note(*@LIST) {
$*ERR.say(@LIST);
multi sub note(*@args) {
$*ERR.say(@args);
}

# vim: ft=perl6

0 comments on commit 5a8bd03

Please sign in to comment.