Project

General

Profile

Actions

Bug #4349

closed

typo of rdoc in marshal.c

Added by phasis68 (Heesob Park) about 13 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 1.9.3dev (2011-01-30 trunk 30735) [i386-mswin32_100]
Backport:
[ruby-core:35016]

Description

=begin
--- 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
      =end
Actions #1

Updated by naruse (Yui NARUSE) about 13 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

=begin
This issue was solved with changeset r30882.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


Fix typo of rdoc. [ruby-core:35016]
=end

Actions

Also available in: Atom PDF

Like0
Like0