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

ruby-changes:41734

From: nobu <ko1@a...>
Date: Fri, 12 Feb 2016 11:17:46 +0900 (JST)
Subject: [ruby-changes:41734] nobu:r53808 (trunk): Update re.c [ci skip]

nobu	2016-02-12 11:17:58 +0900 (Fri, 12 Feb 2016)

  New Revision: 53808

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

  Log:
    Update re.c [ci skip]
    
    * re.c (rb_reg_initialize_m): [DOC] fix missing right bracket.
      [Fix GH-1243]

  Modified files:
    trunk/ChangeLog
    trunk/re.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 53807)
+++ ChangeLog	(revision 53808)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Feb 12 11:17:38 2016  Bogdan  <bogdanvlviv@g...>
+
+	* re.c (rb_reg_initialize_m): [DOC] fix missing right bracket.
+	  [Fix GH-1243]
+
 Thu Feb 11 14:57:58 2016  Nobuyoshi Nakada  <nobu@r...>
 
 	* configure.in (RUBY_CHECK_SIZEOF, RUBY_DEFINT): fix for types
Index: re.c
===================================================================
--- re.c	(revision 53807)
+++ re.c	(revision 53808)
@@ -3060,7 +3060,7 @@ rb_reg_match_m(int argc, VALUE *argv, VA https://github.com/ruby/ruby/blob/trunk/re.c#L3060
  *  call-seq:
  *     Regexp.new(string, [options])       -> regexp
  *     Regexp.new(regexp)                  -> regexp
- *     Regexp.compile(string, [options)    -> regexp
+ *     Regexp.compile(string, [options])   -> regexp
  *     Regexp.compile(regexp)              -> regexp
  *
  *  Constructs a new regular expression from +pattern+, which can be either a

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

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