Skip to content

Commit d17ce4b

Browse files
committed
[Bug #21652] [DOC] Update unmarshalable object list
The `Data` mentioned here was the old `T_DATA` class, not the current extended `Struct`.
1 parent c4e090d commit d17ce4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marshal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ io_needed(void)
11891189
* * anonymous Class/Module.
11901190
* * objects which are related to system (ex: Dir, File::Stat, IO, File, Socket
11911191
* and so on)
1192-
* * an instance of MatchData, Data, Method, UnboundMethod, Proc, Thread,
1192+
* * an instance of MatchData, Method, UnboundMethod, Proc, Thread,
11931193
* ThreadGroup, Continuation
11941194
* * objects which define singleton methods
11951195
*/

0 commit comments

Comments
 (0)