mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix type-o in insns.def
"redefine" -> "redefined"
This commit is contained in:
parent
4f88acc833
commit
ede2616990
Notes:
git
2021-04-27 08:27:38 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ checktype
|
|||
/**********************************************************/
|
||||
|
||||
/* enter class definition scope. if super is Qfalse, and class
|
||||
"klass" is defined, it's redefine. otherwise, define "klass" class.
|
||||
"klass" is defined, it's redefined. Otherwise, define "klass" class.
|
||||
*/
|
||||
DEFINE_INSN
|
||||
defineclass
|
||||
|
|
Loading…
Reference in a new issue