diff options
| author | Alexander Momchilov <amomchilov@users.noreply.github.com> | 2026-04-07 12:28:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-07 12:28:06 -0400 |
| commit | 3a5bb48c855d60743ee7bcce25de4505dada266f (patch) | |
| tree | 50e7e138b4c39f40984a94ccaca01a5b872cbcd8 | |
| parent | 406c2fa66a1d78133e19944e26ec46743bf8e6aa (diff) | |
Fix "attrest" typo (#16672)
| -rw-r--r-- | gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4832,7 +4832,7 @@ rb_method_type_name(rb_method_type_t type) { switch (type) { case VM_METHOD_TYPE_ISEQ: return "iseq"; - case VM_METHOD_TYPE_ATTRSET: return "attrest"; + case VM_METHOD_TYPE_ATTRSET: return "attrset"; case VM_METHOD_TYPE_IVAR: return "ivar"; case VM_METHOD_TYPE_BMETHOD: return "bmethod"; case VM_METHOD_TYPE_ALIAS: return "alias"; |
