aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tmpdir.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-18 03:24:41 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-18 03:24:41 +0000
commit6355e16257501fe882c4aeeb22b683ab0f279b23 (patch)
tree700491a2fba69c486e98540e8888ece6321850e1 /lib/tmpdir.rb
parent54a3576eaa58463089a34f1b9cb713b3b864738e (diff)
downloadruby-6355e16257501fe882c4aeeb22b683ab0f279b23.tar.gz
fix Dir.mktmpdir doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/tmpdir.rb')
-rw-r--r--lib/tmpdir.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tmpdir.rb b/lib/tmpdir.rb
index 5cf2c47448..485054746f 100644
--- a/lib/tmpdir.rb
+++ b/lib/tmpdir.rb
@@ -54,7 +54,7 @@ class Dir
# the prefix "d" is used.
#
# The directory is created under Dir.tmpdir or
- # the optional second argument <i>tmpdir</i> if given.
+ # the optional second argument <i>tmpdir</i> if non-nil value is given.
#
# If a block is given,
# it is yielded with the path of the directory.