diff options
| author | ydah <t.yudai92@gmail.com> | 2025-06-15 21:12:07 +0900 |
|---|---|---|
| committer | Yudai Takada <t.yudai92@gmail.com> | 2025-06-15 22:35:50 +0900 |
| commit | 2d96400c26bbba16233aa8d7afce297804400a2a (patch) | |
| tree | f2498e40f502af91860ccbde397f7d2b05cbea98 /shape.c | |
| parent | 251cfdfe22bf53e88a140f419d9db0be139ca68e (diff) | |
Fix typo in error message for shape_id verification
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13621
Diffstat (limited to 'shape.c')
| -rw-r--r-- | shape.c | 2 |
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)); + rb_bug("shape_id indicate heap_index > 0 but object is not T_OBJECT: %s", rb_obj_info(obj)); } } |
