Skip to content

Commit

Permalink
Fix an indento.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Feb 11, 2015
1 parent af05fab commit 94a87fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/BOOTSTRAP.nqp
Expand Up @@ -153,7 +153,7 @@ my class Binder {

$param_i++;
}
my str $s := $arity == 1 ?? "" !! "s";
my str $s := $arity == 1 ?? "" !! "s";

if $arity == $count {
return "$error_prefix positionals passed; expected $arity argument$s but got $num_pos_args";
Expand Down

0 comments on commit 94a87fc

Please sign in to comment.