ruby-changes:72534
From: Burdette <ko1@a...>
Date: Thu, 14 Jul 2022 00:44:36 +0900 (JST)
Subject: [ruby-changes:72534] 081bd061a8 (master): [DOC] Correct call-seq directive in string.c (#6131)
https://git.ruby-lang.org/ruby.git/commit/?id=081bd061a8 From 081bd061a8c0109fac91210b0f3689384df6fc61 Mon Sep 17 00:00:00 2001 From: Burdette Lamar <BurdetteLamar@Y...> Date: Wed, 13 Jul 2022 10:44:22 -0500 Subject: [DOC] Correct call-seq directive in string.c (#6131) Correct call-seq directive in string.c --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string.c b/string.c index 23c651618d..acac93f7df 100644 --- a/string.c +++ b/string.c @@ -8613,7 +8613,7 @@ literal_split_pattern(VALUE spat, split_type_t default_type) https://github.com/ruby/ruby/blob/trunk/string.c#L8613 } /* - * :call-seq: + * call-seq: * split(field_sep = $;, limit = nil) -> array * split(field_sep = $;, limit = nil) {|substring| ... } -> self * -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/