diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-01-12 13:53:15 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-01-12 13:53:15 +0900 |
commit | d9d08484d283b8f9c7788cbd8cbf4b34e9e35d29 () | |
tree | 8deebcc337af8d3c5d1167f9cb7f6aa47331f346 /include/ruby | |
parent | 723f31cf6ba307df0058426b515a2b578340b37b (diff) |
[DOC] Fix the description of `rb_path_check`
c.f. #20971
-rw-r--r-- | include/ruby/internal/intern/hash.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -287,12 +287,15 @@ VALUE rb_hash_update_by(VALUE hash1, VALUE hash2, rb_hash_update_func *func); /* file.c */ /** - * This function is mysterious. What it does is not immediately obvious. Also - * what it does seems platform dependent. * * @param[in] path A local path. * @retval 0 The "check" succeeded. * @retval otherwise The "check" failed. */ int rb_path_check(const char *path); |