Skip to content

Commit

Permalink
Fix typo Genrate -> Generate
Browse files Browse the repository at this point in the history
  • Loading branch information
kamipo committed Apr 25, 2021
1 parent 9a3c1f1 commit bf7e134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -87,7 +87,7 @@ parsed_files = PARSER_FILES.map do |parser_file|
end

task "#{path}.gem" => package_parser_files
desc "Genrate all files used racc and kpeg"
desc "Generate all files used racc and kpeg"
task :generate => parsed_files

begin
Expand Down

0 comments on commit bf7e134

Please sign in to comment.