Skip to content

Commit 9f1fffb

Browse files
committed
Respond to review
1 parent 582bb6b commit 9f1fffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fileutils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def remove_trailing_slash(dir) #:nodoc:
309309
# ```ruby
310310
# FileUtils.mkdir('bar', mode: 0664)
311311
# File.stat(Dir.new('bar')).mode.to_s(8) # => "40664"
312-
# FileUtils.rmdir(%w[foo bar])
312+
# FileUtils.rmdir('bar')
313313
# ```
314314
#
315315
# With keyword argument `noop` given as `true`,

0 commit comments

Comments
 (0)