summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ruby/ractor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ruby/ractor.h b/include/ruby/ractor.h
index 47eac038c9..687ddcadec 100644
--- a/include/ruby/ractor.h
+++ b/include/ruby/ractor.h
@@ -241,8 +241,9 @@ RBIMPL_SYMBOL_EXPORT_END()
* extremely carefully implemented to be Ractor-safe; for instance integers
* have such property. This function can classify that.
*
- * @param[in] obj Arbitrary ruby object.
- * @
+ * @param[in] obj Arbitrary ruby object.
+ * @retval true `obj` is capable of shared across ractors.
+ * @retval false `obj` cannot travel across ractor boundaries.
*/
static inline bool
rb_ractor_shareable_p(VALUE obj)