ruby-changes:72233
From: Nobuyoshi <ko1@a...>
Date: Sun, 19 Jun 2022 10:47:51 +0900 (JST)
Subject: [ruby-changes:72233] cc67a11768 (master): [ruby/etc] [DOC] Fix reference to different module
https://git.ruby-lang.org/ruby.git/commit/?id=cc67a11768 From cc67a11768f3be7be081a2e52f38ac02374d7ae1 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 19 Jun 2022 10:43:43 +0900 Subject: [ruby/etc] [DOC] Fix reference to different module https://github.com/ruby/etc/commit/ea51739974 --- ext/etc/etc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/etc/etc.c b/ext/etc/etc.c index 965c7cbaa2..9087814a1d 100644 --- a/ext/etc/etc.c +++ b/ext/etc/etc.c @@ -336,7 +336,7 @@ etc_passwd(VALUE obj) https://github.com/ruby/ruby/blob/trunk/ext/etc/etc.c#L336 * * The code block is passed an Passwd struct. * - * See ::getpwent above for details. + * See Etc.getpwent above for details. * * Example: * -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/