diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-09-27 16:18:05 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-09-27 16:18:05 +0900 |
commit | 50520cc1930331bccdb94730e17ddc01798f2be0 (patch) | |
tree | 667599a298d4c5af429cbdfe8a5fc6825826bb0c /file.c | |
parent | 262a0cc8682cdcb58c28e2a9c64a984ac9171fed (diff) |
[DOC] Missing comment markers
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1773,7 +1773,7 @@ rb_file_blockdev_p(VALUE obj, VALUE fname) * * Returns +true+ if +filepath+ points to a character device, +false+ otherwise. * - * File.chardev?($stdin) # => true + * File.chardev?($stdin) # => true * File.chardev?('t.txt') # => false * */ |