[前][次][番号順一覧][スレッド一覧]

ruby-changes:21893

From: akr <ko1@a...>
Date: Sun, 4 Dec 2011 22:51:10 +0900 (JST)
Subject: [ruby-changes:21893] akr:r33942 (trunk): fix a typo.

akr	2011-12-04 22:50:58 +0900 (Sun, 04 Dec 2011)

  New Revision: 33942

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33942

  Log:
    fix a typo.

  Modified files:
    trunk/lib/tempfile.rb

Index: lib/tempfile.rb
===================================================================
--- lib/tempfile.rb	(revision 33941)
+++ lib/tempfile.rb	(revision 33942)
@@ -291,7 +291,7 @@
     #
     # If a block is given, then a Tempfile object will be constructed,
     # and the block is run with said object as argument. The Tempfile
-    # oject will be automatically closed after the block terminates.
+    # object will be automatically closed after the block terminates.
     # The call returns the value of the block.
     #
     # In any case, all arguments (+*args+) will be passed to Tempfile.new.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]