s/Retruns/Returns/
This commit is contained in:
Yudai Takada 2024-06-12 19:42:01 +09:00 коммит произвёл GitHub
Родитель c56d0adfa6
Коммит 278a7cb057
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

2
dir.c
Просмотреть файл

@ -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"