diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-18 03:24:41 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-18 03:24:41 +0000 |
commit | 877003d010fbaf9cd7616511bb0a04ba60a5b354 (patch) | |
tree | 700491a2fba69c486e98540e8888ece6321850e1 | |
parent | 77519504b2d2c54ea695396bdddcb41f7544a5cb (diff) | |
download | ruby-877003d010fbaf9cd7616511bb0a04ba60a5b354.tar.gz ruby-877003d010fbaf9cd7616511bb0a04ba60a5b354.tar.xz ruby-877003d010fbaf9cd7616511bb0a04ba60a5b354.zip |
fix Dir.mktmpdir doc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/tmpdir.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tmpdir.rb b/lib/tmpdir.rb index 5cf2c4744..485054746 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. |