mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
1 changed files with 1 additions and 1 deletions
|
@ -2118,7 +2118,7 @@ marshal_load(int argc, VALUE *argv)
|
||||||
* end
|
* end
|
||||||
* 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.
|
* string which is Marshal.loaded in _load for complex objects.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue