Skip to content

Commit e46d0c4

Browse files
committed
[DOC] Follow up [rubyGH-14470]
`IS_TYPED_DATA` is no longer a flag in `type`, and the "embedded" flag has been shifted accordingly. [rubyGH-14470]: ruby#14470
1 parent cb30288 commit e46d0c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/ruby/internal/core/rtypeddata.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,7 @@ struct RTypedData {
360360
/**
361361
* This is a `const rb_data_type_t *const` value, with the low bits set:
362362
*
363-
* 1: Always set, to differentiate RTypedData from RData.
364-
* 2: Set if object is embedded.
363+
* 1: Set if object is embedded.
365364
*
366365
* This field stores various information about how Ruby should handle a
367366
* data. This roughly resembles a Ruby level class (apart from method

0 commit comments

Comments
 (0)