Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"parameterized" is misleading
When the parameters to block are optional and, in fact, not supplied by
the user, it's rather confusing to say you were expecting a "parameterized
block", which sounds as though the parameters are required.
  • Loading branch information
TimToady committed May 19, 2015
1 parent 03bf80f commit 4ed69d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.nqp
Expand Up @@ -1197,7 +1197,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
:my $*DECLARAND := $*W.stub_code_object('Block');
:my $*SIG_OBJ;
:my %*SIG_INFO;
:dba('parameterized block')
:dba('block or pointy block')
[
| <lambda>
<.newpad>
Expand Down

0 comments on commit 4ed69d2

Please sign in to comment.