diff options
author | Herwin <[email protected]> | 2023-09-13 17:06:32 +0200 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2023-09-13 13:37:12 -0400 |
commit | 7f6c0efac7a8193dbc39ffb396651a94e04e43da (patch) | |
tree | 77a1c33e97622b24a512ee4144937c6aef2a3348 /doc | |
parent | ff329ce428c0de4d4c257bd4c10e46edb8863d02 (diff) |
Fix hyperlink for Script Encoding
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/8432
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encodings.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/encodings.rdoc b/doc/encodings.rdoc index f5e718b3cd..914f5d3afa 100644 --- a/doc/encodings.rdoc +++ b/doc/encodings.rdoc @@ -138,7 +138,7 @@ A Ruby String object has an encoding that is an instance of class \Encoding. The encoding may be retrieved by method String#encoding. The default encoding for a string literal is the script encoding; -see (Script Encoding)[rdoc-ref:encodings.rdoc@Script+Encoding]. +see {Script Encoding}[rdoc-ref:encodings.rdoc@Script+Encoding]. 's'.encoding # => #<Encoding:UTF-8> |