Skip to content

Commit

Permalink
Merge pull request #230 from kelvinhammond/patch-1
Browse files Browse the repository at this point in the history
Fixed typo: standard_tracer to standard_trace
  • Loading branch information
d-frey committed Nov 13, 2020
2 parents be89131 + 43178d5 commit a6716ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/Getting-Started.md
Expand Up @@ -156,8 +156,7 @@ int main( int argc, char** argv )
if( argc != 2 ) return 1;

pegtl::argv_input in( argv, i );
pegtl::standard_tracer tr( in );
tr.parse< grammar >( in );
pegtl::standard_trace< grammar >( in );

return 0;
}
Expand Down

0 comments on commit a6716ed

Please sign in to comment.