Skip to content

Commit

Permalink
[DOC] Prefer the original file names over generated names
Browse files Browse the repository at this point in the history
Should also the label in an explicit `rdoc-ref:` link be converted
in the future?
  • Loading branch information
nobu committed Feb 9, 2022
1 parent 85ad8c6 commit adca6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/syntax/precedence.rdoc
Expand Up @@ -55,7 +55,7 @@ keywords. For example, this is a modifier-unless statement:

Note that <code>(a if b rescue c)</code> is parsed as <code>((a if b) rescue
c)</code> due to reasons not related to precedence. See {modifier
statements}[control_expressions_rdoc.html#label-Modifier+Statements].
statements}[control_expressions.rdoc#label-Modifier+Statements].

<code>{ ... }</code> blocks have priority below all listed operations, but
<code>do ... end</code> blocks have lower priority.
Expand Down

0 comments on commit adca6f2

Please sign in to comment.