Skip to content

Commit 4771925

Browse files
Update lib/fileutils.rb
Co-authored-by: Peter Zhu <peter@peterzhu.ca>
1 parent a0ea474 commit 4771925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fileutils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def fu_mkdir(path, mode) #:nodoc:
314314
# returns +list+.
315315
#
316316
# With no keyword arguments, removes the directory at each +path+ in +list+,
317-
# by calling: <tt>Dir.rmdir(path, mode)</tt>;
317+
# by calling: <tt>Dir.rmdir(path)</tt>;
318318
# see {Dir.rmdir}[https://docs.ruby-lang.org/en/master/Dir.html#method-c-rmdir]:
319319
#
320320
# FileUtils.rmdir(%w[tmp0/tmp1 tmp2/tmp3]) # => ["tmp0/tmp1", "tmp2/tmp3"]

0 commit comments

Comments
 (0)