summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-06-19 10:43:43 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-06-19 10:46:48 +0900
commitcc67a11768f3be7be081a2e52f38ac02374d7ae1 (patch)
treecf4bc757a3e46c01b49cdf77be2e1683ba821f62 /ext
parentc594370c6e78de1aa001c16ec0327b4575ccd559 (diff)
[ruby/etc] [DOC] Fix reference to different module
https://github.com/ruby/etc/commit/ea51739974
Diffstat (limited to 'ext')
-rw-r--r--ext/etc/etc.c2
1 files changed, 1 insertions, 1 deletions
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)
*
* The code block is passed an Passwd struct.
*
- * See ::getpwent above for details.
+ * See Etc.getpwent above for details.
*
* Example:
*