Actions
Bug #1108
closedTypo in String#codepoints documentation.
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.1p0 (2009-02-02 revision 21960) [x86_64-linux]
Backport:
Description
=begin
Index: string.c¶
--- string.c (wersja 22052)
+++ string.c (kopia robocza)
@@ -5750,7 +5750,7 @@
- when applied to Unicode strings. If a block is given, it iterates
- over each character in the string.
-
-
"foo\u0635".chars.to_a #=> [102, 111, 111, 1589]
-
-
-
"foo\u0635".codepoints.to_a #=> [102, 111, 111, 1589]
-
/*
=end
Updated by matz (Yukihiro Matsumoto) over 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r22083.
=end
Actions
Like0
Like0