Skip to content

Commit 4762f42

Browse files
beeburrtnobu
authored andcommitted
[DOC] typo fix in ruby/file.c
1 parent b8a7988 commit 4762f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2172,7 +2172,7 @@ rb_file_size_p(VALUE obj, VALUE fname)
21722172
* File.owned?(file_name) -> true or false
21732173
*
21742174
* Returns <code>true</code> if the named file exists and the
2175-
* effective used id of the calling process is the owner of
2175+
* effective user id of the calling process is the owner of
21762176
* the file.
21772177
*
21782178
* _file_name_ can be an IO object.

0 commit comments

Comments
 (0)