1
0
Fork 0
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:
Nobuyoshi Nakada 2022-02-09 15:31:10 +09:00
parent 85ad8c65ca
commit adca6f24b1
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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.