summaryrefslogtreecommitdiff
path: root/shape.c
diff options
context:
space:
mode:
authorydah <[email protected]>2025-06-15 21:12:07 +0900
committerYudai Takada <[email protected]>2025-06-15 22:35:50 +0900
commit2d96400c26bbba16233aa8d7afce297804400a2a ()
treef2498e40f502af91860ccbde397f7d2b05cbea98 /shape.c
parent251cfdfe22bf53e88a140f419d9db0be139ca68e (diff)
Fix typo in error message for shape_id verification
Notes: Merged: https://.com/ruby/ruby/pull/13621
-rw-r--r--shape.c2
1 files changed, 1 insertions, 1 deletions
@@ -1262,7 +1262,7 @@ rb_shape_verify_consistency(VALUE obj, shape_id_t shape_id)
}
else {
if (flags_heap_index) {
- rb_bug("shape_id indicate heap_index > 0 but objet is not T_OBJECT: %s", rb_obj_info(obj));
}
}