diff options
| author | Yudai Takada <t.yudai92@gmail.com> | 2024-06-12 19:42:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-12 10:42:01 +0000 |
| commit | 278a7cb057cd7fed2a6284f727c38a1182a31668 (patch) | |
| tree | ba0cb22eed6b8249699b6588282a5bcd5dd1a461 /dir.c | |
| parent | c56d0adfa67667189635f9053ad0a36ae1fa62a4 (diff) | |
[DOC] Fix a typo in dir.c
s/Retruns/Returns/
Diffstat (limited to 'dir.c')
| -rw-r--r-- | dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3516,7 +3516,7 @@ file_s_fnmatch(int argc, VALUE *argv, VALUE obj) * call-seq: * Dir.home(user_name = nil) -> dirpath * - * Retruns the home directory path of the user specified with +user_name+ + * Returns the home directory path of the user specified with +user_name+ * if it is not +nil+, or the current login user: * * Dir.home # => "/home/me" |
