From 2d96400c26bbba16233aa8d7afce297804400a2a Mon Sep 17 00:00:00 2001 From: ydah Date: Sun, 15 Jun 2025 21:12:07 +0900 Subject: [PATCH] Fix typo in error message for shape_id verification --- shape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shape.c b/shape.c index 06dcb8d610..20153b1c98 100644 --- a/shape.c +++ b/shape.c @@ -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)); + rb_bug("shape_id indicate heap_index > 0 but object is not T_OBJECT: %s", rb_obj_info(obj)); } }