diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-05-10 18:40:47 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-05-10 18:40:47 +0900 |
| commit | dd830fab6982dfbfd0667f025e823b097af42f71 (patch) | |
| tree | 23ad8228442220f604f09187e69dda57953c1d24 | |
| parent | 42e8de8db9c009fef41694db3e14d6d4500d6848 (diff) | |
Fixed a typo
| -rw-r--r-- | template/builtin_binary.inc.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/builtin_binary.inc.tmpl b/template/builtin_binary.inc.tmpl index e3941d8978..787ced5f3d 100644 --- a/template/builtin_binary.inc.tmpl +++ b/template/builtin_binary.inc.tmpl @@ -2,7 +2,7 @@ // DO NOT MODIFY THIS FILE DIRECTLY. // auto-generated file by tool/generic_erb.rb // with template/builtin_binary.inc.tmpl -% unless ARGV.include?('--corss=yes') +% unless ARGV.include?('--cross=yes') % ary = RubyVM.enum_for(:each_builtin).to_a % ary.each{|feature, iseq| |
