[ruby/tempfile] [DOC] Fix a typo

ruby/ruby#13636

366d9ccb8f

Co-Authored-By: Tim Smith <tsmith84@gmail.com>
This commit is contained in:
Nobuyoshi Nakada 2025-06-17 18:41:40 +09:00 committed by git
parent e9d35671d2
commit 9647dca143

View file

@ -29,7 +29,7 @@ require 'tmpdir'
# require 'tempfile'
#
# # Tempfile.create with a block
# # The filename are choosen automatically.
# # The filename are chosen automatically.
# # (You can specify the prefix and suffix of the filename by an optional argument.)
# Tempfile.create {|f|
# f.puts "foo"