diff --git a/lib/tmpdir.rb b/lib/tmpdir.rb index 76656a589e..95ef08cfd6 100644 --- a/lib/tmpdir.rb +++ b/lib/tmpdir.rb @@ -57,7 +57,7 @@ class Dir # # Dir.mktmpdir {|dir| dir is ".../d..." } # Dir.mktmpdir("foo") {|dir| dir is ".../foo..." } - # Dir.mktmpdir(["foo", "bar"]) {|dir| path is ".../foo...bar" } + # Dir.mktmpdir(["foo", "bar"]) {|dir| dir is ".../foo...bar" } # # The directory is created under Dir.tmpdir or # the optional second argument tmpdir if non-nil value is given.