Skip to content

Commit d19f3d6

Browse files
authored
Merge pull request #56 from ruby/pz-tempfile-create-doc-fix
Fix monofont for Tempfile.create
2 parents ab30b14 + 7fa7436 commit d19f3d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/tempfile.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@ def open(*args, **kw)
550550
#
551551
# Implementation note:
552552
#
553-
# The keyword argument +anonymous=true+ is implemented using FILE_SHARE_DELETE on Windows.
554-
# O_TMPFILE is used on Linux.
553+
# The keyword argument <tt>anonymous=true</tt> is implemented using +FILE_SHARE_DELETE+ on Windows.
554+
# +O_TMPFILE+ is used on Linux.
555555
#
556556
# Related: Tempfile.new.
557557
#

0 commit comments

Comments
 (0)