Skip to content

Commit

Permalink
Merge pull request #806 from kamipo/patch-1
Browse files Browse the repository at this point in the history
Fix typo Genrate -> Generate
  • Loading branch information
hsbt committed Apr 26, 2021
2 parents 9a3c1f1 + bf7e134 commit 06112d5
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 06112d5

Please sign in to comment.