diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-10-25 14:37:39 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-10-25 18:10:15 +0900 |
| commit | 31e14ac7dadc99851fefbb5d5d4232ba9f568f1b (patch) | |
| tree | 98ec515cccc609656f4c5260fd08bf4d560dc3f3 /include/ruby/internal | |
| parent | 10f0abeef1992f8708e3d9b2ecad54db8de7c2a3 (diff) | |
[DOC] Follow up GH-14470
`IS_TYPED_DATA` is no longer a flag in `type`, and the "embedded" flag
has been shifted accordingly.
ruby/ruby#14470
Diffstat (limited to 'include/ruby/internal')
| -rw-r--r-- | include/ruby/internal/core/rtypeddata.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ruby/internal/core/rtypeddata.h b/include/ruby/internal/core/rtypeddata.h index 8e16c31d99..bf0f60b913 100644 --- a/include/ruby/internal/core/rtypeddata.h +++ b/include/ruby/internal/core/rtypeddata.h @@ -360,8 +360,7 @@ struct RTypedData { /** * This is a `const rb_data_type_t *const` value, with the low bits set: * - * 1: Always set, to differentiate RTypedData from RData. - * 2: Set if object is embedded. + * 1: Set if object is embedded. * * This field stores various information about how Ruby should handle a * data. This roughly resembles a Ruby level class (apart from method |
