[ruby/tempfile] [DOC] Monofont some text in Tempfile.create

https://github.com/ruby/tempfile/commit/7fa7436baa
This commit is contained in:
Peter Zhu 2025-11-29 13:42:16 -05:00 committed by git
parent d9093eab62
commit 8a0ae3a71a

View File

@ -550,8 +550,8 @@ end
#
# Implementation note:
#
# The keyword argument <tt>anonymous=true</tt> is implemented using FILE_SHARE_DELETE on Windows.
# O_TMPFILE is used on Linux.
# The keyword argument <tt>anonymous=true</tt> is implemented using +FILE_SHARE_DELETE+ on Windows.
# +O_TMPFILE+ is used on Linux.
#
# Related: Tempfile.new.
#