Fix typo in insns.def [ci skip]

This commit is contained in:
Alan Wu 2021-09-23 17:14:04 -04:00 committed by GitHub
parent 5d756118af
commit edb34e3563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2021-09-24 06:14:24 +09:00
Merged: https://github.com/ruby/ruby/pull/4888

Merged-By: XrXr

View File

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