summaryrefslogtreecommitdiff
path: root/doc/string/codepoints.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/string/codepoints.rdoc')
-rw-r--r--doc/string/codepoints.rdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/string/codepoints.rdoc b/doc/string/codepoints.rdoc
index d9586d2e0b..0ad866389e 100644
--- a/doc/string/codepoints.rdoc
+++ b/doc/string/codepoints.rdoc
@@ -2,8 +2,7 @@ Returns an array of the codepoints in +self+;
each codepoint is the integer value for a character:
'hello'.codepoints # => [104, 101, 108, 108, 111]
- 'тест'.codepoints # => [1090, 1077, 1089, 1090]
'こんにちは'.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].