From 301cbf4d69cbcad34046e7846311e8327491677e Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 12 Feb 2016 02:17:58 +0000 Subject: Update re.c [ci skip] * re.c (rb_reg_initialize_m): [DOC] fix missing right bracket. [Fix GH-1243] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ re.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f20de7c724..5bcaf61a81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 12 11:17:38 2016 Bogdan + + * re.c (rb_reg_initialize_m): [DOC] fix missing right bracket. + [Fix GH-1243] + Thu Feb 11 14:57:58 2016 Nobuyoshi Nakada * configure.in (RUBY_CHECK_SIZEOF, RUBY_DEFINT): fix for types diff --git a/re.c b/re.c index 37798ea00f..4350947883 100644 --- a/re.c +++ b/re.c @@ -3060,7 +3060,7 @@ rb_reg_match_m(int argc, VALUE *argv, VALUE re) * 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 -- cgit v1.2.3