diff options
author | Earlopain <[email protected]> | 2024-12-13 08:42:05 +0100 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-01-07 07:56:48 +0900 |
commit | b0d291ec83dd8140f7319f94bff6566681678c59 (patch) | |
tree | 4133cf4c2b94b977f4d804ea00cbdc3354313180 | |
parent | b3de2c334ea6d9382626be421ce63d1f0a696f4e (diff) |
Fix link to strings in literals.rdoc
Since https://github.com/ruby/ruby/commit/5e1001f754b34e1f0cc67563512c6036b6eb75ab, the string link is broken
Instead of changing the anchor reference, I changed the header directly,
to keep in line with other titles
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12318
-rw-r--r-- | doc/syntax/literals.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax/literals.rdoc b/doc/syntax/literals.rdoc index 9ccc043529..ac2a1daa9b 100644 --- a/doc/syntax/literals.rdoc +++ b/doc/syntax/literals.rdoc @@ -136,7 +136,7 @@ Also \Rational numbers may be imaginary numbers. 12.3ir #=> Syntax error -== Strings +== \String Literals === Escape Sequences |