Skip to content

Commit d9093ea

Browse files
peterzhu2118matzbot
authored andcommitted
[ruby/tempfile] [DOC] Fix monofont for Tempfile.create
ruby/tempfile@96361e9e42
1 parent bae06ce commit d9093ea

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
@@ -550,7 +550,7 @@ def open(*args, **kw)
550550
#
551551
# Implementation note:
552552
#
553-
# The keyword argument +anonymous=true+ is implemented using FILE_SHARE_DELETE on Windows.
553+
# The keyword argument <tt>anonymous=true</tt> is implemented using FILE_SHARE_DELETE on Windows.
554554
# O_TMPFILE is used on Linux.
555555
#
556556
# Related: Tempfile.new.

0 commit comments

Comments
 (0)