summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-01-12 13:53:15 +0900
committerNobuyoshi Nakada <[email protected]>2025-01-12 13:53:15 +0900
commitd9d08484d283b8f9c7788cbd8cbf4b34e9e35d29 ()
tree8deebcc337af8d3c5d1167f9cb7f6aa47331f346 /include/ruby
parent723f31cf6ba307df0058426b515a2b578340b37b (diff)
[DOC] Fix the description of `rb_path_check`
c.f. #20971
-rw-r--r--include/ruby/internal/intern/hash.h7
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);