1
0
Fork 0
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:
hsbt 2014-02-13 06:59:33 +00:00
parent 5b56c1c42b
commit 966d04da60

View file

@ -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