Skip to content

Commit 9647dca

Browse files
nobutas50
authored andcommitted
[ruby/tempfile] [DOC] Fix a typo
ruby#13636 ruby/tempfile@366d9ccb8f Co-Authored-By: Tim Smith <tsmith84@gmail.com>
1 parent e9d3567 commit 9647dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)