Skip to content

Commit 571ba37

Browse files
committed
[DOC] Markup __FILE__ as code, not emphasis
1 parent de1faa1 commit 571ba37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/prism/translation/ruby_parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class RubyParser
1616
# A prism visitor that builds Sexp objects.
1717
class Compiler < ::Prism::Compiler
1818
# This is the name of the file that we are compiling. We set it on every
19-
# Sexp object that is generated, and also use it to compile __FILE__
19+
# Sexp object that is generated, and also use it to compile `__FILE__`
2020
# nodes.
2121
attr_reader :file
2222

0 commit comments

Comments
 (0)