Fix typo in insns.def [ci skip]
This commit is contained in:
parent
5d756118af
commit
edb34e3563
Notes:
git
2021-09-24 06:14:24 +09:00
Merged: https://github.com/ruby/ruby/pull/4888 Merged-By: XrXr
@ -660,7 +660,7 @@ defined
|
||||
`flag & VM_CHECKMATCH_TYPE_MASK' describe how to check pattern.
|
||||
VM_CHECKMATCH_TYPE_WHEN: ignore target and check pattern is truthy.
|
||||
VM_CHECKMATCH_TYPE_CASE: check `patten === target'.
|
||||
VM_CHECKMATCH_TYPE_RESCUE: check `pattern.kind_op?(Module) && pattern === target'.
|
||||
VM_CHECKMATCH_TYPE_RESCUE: check `pattern.kind_of?(Module) && pattern === target'.
|
||||
if `flag & VM_CHECKMATCH_ARRAY' is not 0, then `patten' is array of patterns.
|
||||
*/
|
||||
DEFINE_INSN
|
||||
|
Loading…
x
Reference in New Issue
Block a user