1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed a typo

This commit is contained in:
Nobuyoshi Nakada 2020-05-10 18:40:47 +09:00
parent 42e8de8db9
commit dd830fab69
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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|