Skip to content

Commit

Permalink
Fix code in Getting-Started.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hu Zheng authored Jul 14, 2016
1 parent 4eef5e1 commit efdd14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace hello

template<> struct action< name >
{
static void apply( const pegtl::input & in, std::string & name )
static void apply( const pegtl::action_input & in, std::string & name )
{
name = in.string();
}
Expand Down

0 comments on commit efdd14c

Please sign in to comment.