[前][次][番号順一覧][スレッド一覧]

ruby-changes:49373

From: kazu <ko1@a...>
Date: Wed, 27 Dec 2017 09:04:36 +0900 (JST)
Subject: [ruby-changes:49373] kazu:r61488 (trunk): [DOC] Fix typos in downcase [ci skip]

kazu	2017-12-27 09:04:30 +0900 (Wed, 27 Dec 2017)

  New Revision: 61488

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61488

  Log:
    [DOC] Fix typos in downcase [ci skip]

  Modified files:
    trunk/string.c
Index: string.c
===================================================================
--- string.c	(revision 61487)
+++ string.c	(revision 61488)
@@ -6608,7 +6608,7 @@ rb_str_downcase_bang(int argc, VALUE *ar https://github.com/ruby/ruby/blob/trunk/string.c#L6608
  *    This option cannot be combined with any other option.
  *  :turkic ::
  *    Full Unicode case mapping, adapted for Turkic languages
- *    (Turkish, Aserbaijani,...). This means that upper case I is mapped to
+ *    (Turkish, Azerbaijani,...). This means that upper case I is mapped to
  *    lower case dotless i, and so on.
  *  :lithuanian ::
  *    Currently, just full Unicode case mapping. In the future, full Unicode
@@ -6618,7 +6618,7 @@ rb_str_downcase_bang(int argc, VALUE *ar https://github.com/ruby/ruby/blob/trunk/string.c#L6618
  *    Only available on +downcase+ and +downcase!+. Unicode case <b>folding</b>,
  *    which is more far-reaching than Unicode case mapping.
  *    This option currently cannot be combined with any other option
- *    (i.e. there is currenty no variant for turkic languages).
+ *    (i.e. there is currently no variant for turkic languages).
  *
  *  Please note that several assumptions that are valid for ASCII-only case
  *  conversions do not hold for more general case conversions. For example,

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]