Skip to content

Commit 2d96400

Browse files
committed
Fix typo in error message for shape_id verification
1 parent 251cfdf commit 2d96400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shape.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ rb_shape_verify_consistency(VALUE obj, shape_id_t shape_id)
12621262
}
12631263
else {
12641264
if (flags_heap_index) {
1265-
rb_bug("shape_id indicate heap_index > 0 but objet is not T_OBJECT: %s", rb_obj_info(obj));
1265+
rb_bug("shape_id indicate heap_index > 0 but object is not T_OBJECT: %s", rb_obj_info(obj));
12661266
}
12671267
}
12681268

0 commit comments

Comments
 (0)