Skip to content

Commit 8a0ae3a

Browse files
peterzhu2118matzbot
authored andcommitted
[ruby/tempfile] [DOC] Monofont some text in Tempfile.create
ruby/tempfile@7fa7436baa
1 parent d9093ea commit 8a0ae3a

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 <tt>anonymous=true</tt> 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)