* marshal.c: fix typo by @xta [fix GH-533] [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5b56c1c42b
commit
966d04da60
@ -2118,7 +2118,7 @@ marshal_load(int argc, VALUE *argv)
|
||||
* end
|
||||
* end
|
||||
*
|
||||
* Since Marhsal.dump outputs a string you can have _dump return a Marshal
|
||||
* Since Marshal.dump outputs a string you can have _dump return a Marshal
|
||||
* string which is Marshal.loaded in _load for complex objects.
|
||||
*/
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user