Skip to content

Commit

Permalink
Forgot some statement separators in the SYNOPSIS
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Feb 15, 2017
1 parent 5b696e9 commit 1b6d261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Grammar/Debugger.pm6
Expand Up @@ -12,7 +12,7 @@ Grammer::Debugger - interactive debugger for Perl 6 grammars
In the file that has your grammar definition, merely load the module
in the same lexical scope:
use Grammar::Debugger
use Grammar::Debugger;
grammar Some::Grammar { ... }
Expand Down
2 changes: 1 addition & 1 deletion lib/Grammar/Tracer.pm6
Expand Up @@ -12,7 +12,7 @@ Grammer::Tracer - non-interactive debugger for Perl 6 grammars
In the file that has your grammar definition, merely load the module
in the same lexical scope:
use Grammar::Tracer
use Grammar::Tracer;
grammar Some::Grammar { ... }
Expand Down

0 comments on commit 1b6d261

Please sign in to comment.