ruby-changes:66211
From: Kazuhiro <ko1@a...>
Date: Sun, 16 May 2021 00:07:47 +0900 (JST)
Subject: [ruby-changes:66211] 8560f34246 (master): Fix a typo [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=8560f34246 From 8560f3424606fda9fd286e59abbb4d4bdf8ef99d Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Sun, 16 May 2021 00:06:38 +0900 Subject: Fix a typo [ci skip] --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.c b/io.c index 32b367f..1051149 100644 --- a/io.c +++ b/io.c @@ -13413,7 +13413,7 @@ set_LAST_READ_LINE(VALUE val, ID _x, VALUE *_y) https://github.com/ruby/ruby/blob/trunk/io.c#L13413 * - #readchar:: Returns the next character read from +self+; * same as #getc, but raises an exception on end-of-file. * - #readline:: Returns the next line read from +self+; - * same as #getline, but raises an exceptin of end-of-file. + * same as #getline, but raises an exception of end-of-file. * - #readlines:: Returns an array of all lines read read from +self+. * - #readpartial:: Returns up to the given number of bytes from +self+. * -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/