diff options
| author | BurdetteLamar <burdettelamar@yahoo.com> | 2026-02-06 19:39:38 +0000 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2026-02-06 18:35:02 -0500 |
| commit | f8eed5846926508451fe274dff09137769fa2a35 (patch) | |
| tree | 224343c74af47de5b307e1e8faa708bcf9e203e0 /doc/string/codepoints.rdoc | |
| parent | 474dd925832995e959cd87ccdbc1445679162772 (diff) | |
[DOC] Fix links in String
Diffstat (limited to 'doc/string/codepoints.rdoc')
| -rw-r--r-- | doc/string/codepoints.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/string/codepoints.rdoc b/doc/string/codepoints.rdoc index 22cb22c889..0ad866389e 100644 --- a/doc/string/codepoints.rdoc +++ b/doc/string/codepoints.rdoc @@ -5,4 +5,4 @@ each codepoint is the integer value for a character: 'こんにちは'.codepoints # => [12371, 12435, 12395, 12385, 12399] ''.codepoints # => [] -Related: see {Converting to Non-String}[rdoc-ref:String@Converting+to+Non--5CString]. +Related: see {Converting to Non-String}[rdoc-ref:String@Converting+to+Non-String]. |
