Project

General

Profile

Actions

Bug #1108

closed

Typo in String#codepoints documentation.

Added by radarek (Radosław Bułat) over 16 years ago. Updated about 14 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.1p0 (2009-02-02 revision 21960) [x86_64-linux]
Backport:
[ruby-core:21835]

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

Actions #1

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

Also available in: Atom PDF

Like0
Like0