merge revision(s) d17ce4bd05dc05d48f5f4bc75171fcebda1678ed: [Backport #21652]

[PATCH] [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:
Alan Wu 2025-11-06 11:26:40 -05:00 committed by Takashi Kokubun
parent f2fd5b3bc2
commit badb360009

View File

@ -1184,7 +1184,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
*/