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/split.rdoc | |
| parent | 474dd925832995e959cd87ccdbc1445679162772 (diff) | |
[DOC] Fix links in String
Diffstat (limited to 'doc/string/split.rdoc')
| -rw-r--r-- | doc/string/split.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/string/split.rdoc b/doc/string/split.rdoc index 1aee1de0a4..8679149003 100644 --- a/doc/string/split.rdoc +++ b/doc/string/split.rdoc @@ -98,4 +98,4 @@ But the latter: - Has poorer performance because it creates an intermediate array. - Returns an array (instead of +self+). -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]. |
