Skip to content

Commit 0f80d0e

Browse files
committed
[DOC] Fix backticks in InstructionSequence docs
1 parent 005fba0 commit 0f80d0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

iseq.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@ iseqw_s_compile_parser(int argc, VALUE *argv, VALUE self, bool prism)
16521652
* real path and first line number of the ruby code in +source+ which are
16531653
* metadata attached to the returned +iseq+.
16541654
*
1655-
* +file+ is used for `__FILE__` and exception backtrace. +path+ is used for
1655+
* +file+ is used for +__FILE__+ and exception backtrace. +path+ is used for
16561656
* +require_relative+ base. It is recommended these should be the same full
16571657
* path.
16581658
*
@@ -1694,7 +1694,7 @@ iseqw_s_compile(int argc, VALUE *argv, VALUE self)
16941694
* real path and first line number of the ruby code in +source+ which are
16951695
* metadata attached to the returned +iseq+.
16961696
*
1697-
* +file+ is used for `__FILE__` and exception backtrace. +path+ is used for
1697+
* +file+ is used for +__FILE__+ and exception backtrace. +path+ is used for
16981698
* +require_relative+ base. It is recommended these should be the same full
16991699
* path.
17001700
*
@@ -1736,7 +1736,7 @@ iseqw_s_compile_parsey(int argc, VALUE *argv, VALUE self)
17361736
* real path and first line number of the ruby code in +source+ which are
17371737
* metadata attached to the returned +iseq+.
17381738
*
1739-
* +file+ is used for `__FILE__` and exception backtrace. +path+ is used for
1739+
* +file+ is used for +__FILE__+ and exception backtrace. +path+ is used for
17401740
* +require_relative+ base. It is recommended these should be the same full
17411741
* path.
17421742
*

0 commit comments

Comments
 (0)