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

ruby-changes:72553

From: Peter <ko1@a...>
Date: Fri, 15 Jul 2022 05:38:40 +0900 (JST)
Subject: [ruby-changes:72553] c8748942f1 (master): [DOC] Fix typo in documentation for IO#readlines

https://git.ruby-lang.org/ruby.git/commit/?id=c8748942f1

From c8748942f1f94cd1e06ed778f2ac7e2b0ab7728c Mon Sep 17 00:00:00 2001
From: Peter Zhu <peter@p...>
Date: Thu, 14 Jul 2022 16:37:47 -0400
Subject: [DOC] Fix typo in documentation for IO#readlines

---
 io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/io.c b/io.c
index fe0652f233..3275550643 100644
--- a/io.c
+++ b/io.c
@@ -4207,7 +4207,7 @@ static VALUE io_readlines(const struct getline_arg *arg, VALUE io); https://github.com/ruby/ruby/blob/trunk/io.c#L4207
  *
  *  With only integer argument +limit+ given,
  *  limits the number of bytes in each line;
- *  see {Line Limit}}[rdoc-ref:IO@Line+Limit]:
+ *  see {Line Limit}[rdoc-ref:IO@Line+Limit]:
  *
  *    f = File.new('t.txt')
  *    f.readlines(8)
-- 
cgit v1.2.1


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

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