Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove ~, since it is not needed in the example and is distracting fr…
…om the subject matter, if the reader is not aware of it
  • Loading branch information
zoffixznet committed Nov 25, 2015
1 parent 788b09c commit e3655a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/grammars.pod
Expand Up @@ -100,7 +100,7 @@ grammar TestGrammar {
class TestActions {
method TOP($/) {
$/.make(2 + ~$/);
$/.make(2 + $/);
}
}
Expand Down

0 comments on commit e3655a5

Please sign in to comment.