mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Prefer the original file names over generated names
Should also the label in an explicit `rdoc-ref:` link be converted in the future?
This commit is contained in:
parent
85ad8c65ca
commit
adca6f24b1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue