[Bug #21652] [DOC] Update unmarshalable object list

The `Data` mentioned here was the old `T_DATA` class, not the current
extended `Struct`.
This commit is contained in:
Nobuyoshi Nakada 2025-10-29 10:07:32 +09:00
parent c4e090def1
commit d17ce4bd05
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2025-10-29 01:21:02 +00:00

View File

@ -1189,7 +1189,7 @@ io_needed(void)
* * anonymous Class/Module.
* * objects which are related to system (ex: Dir, File::Stat, IO, File, Socket
* and so on)
* * an instance of MatchData, Data, Method, UnboundMethod, Proc, Thread,
* * an instance of MatchData, Method, UnboundMethod, Proc, Thread,
* ThreadGroup, Continuation
* * objects which define singleton methods
*/