From: Heesob Park Date: 2011-01-31T15:21:26+09:00 Subject: [ruby-core:35016] [Ruby 1.9-Bug#4349][Open] typo of rdoc in marshal.c Bug #4349: typo of rdoc in marshal.c http://redmine.ruby-lang.org/issues/show/4349 Author: Heesob Park Status: Open, Priority: Normal Category: DOC, Target version: 1.9.x ruby -v: ruby 1.9.3dev (2011-01-30 trunk 30735) [i386-mswin32_100] --- marshal.c 2011-01-31 15:15:25.000000000 +0900 +++ marshal.c.new 2011-01-31 15:16:39.000000000 +0900 @@ -864,7 +864,7 @@ /* * call-seq: - * dump( obj [, anIO] , limit=--1 ) -> anIO + * dump( obj [, anIO] , limit=-1 ) -> anIO * * Serializes obj and all descendant objects. If anIO is * specified, the serialized data will be written to it, otherwise the ---------------------------------------- http://redmine.ruby-lang.org