Skip to content

Commit 366d9cc

Browse files
nobutas50
andauthored
[DOC] Fix a typo
ruby/ruby#13636 Co-Authored-By: Tim Smith <tsmith84@gmail.com>
1 parent 0611382 commit 366d9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tempfile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# require 'tempfile'
3030
#
3131
# # Tempfile.create with a block
32-
# # The filename are choosen automatically.
32+
# # The filename are chosen automatically.
3333
# # (You can specify the prefix and suffix of the filename by an optional argument.)
3434
# Tempfile.create {|f|
3535
# f.puts "foo"

0 commit comments

Comments
 (0)