summaryrefslogtreecommitdiff
path: root/include/ruby/thread.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2023-09-27 16:18:05 +0900
committerNobuyoshi Nakada <[email protected]>2023-09-27 16:18:05 +0900
commit50520cc1930331bccdb94730e17ddc01798f2be0 (patch)
tree667599a298d4c5af429cbdfe8a5fc6825826bb0c /include/ruby/thread.h
parent262a0cc8682cdcb58c28e2a9c64a984ac9171fed (diff)
[DOC] Missing comment markers
Diffstat (limited to 'include/ruby/thread.h')
-rw-r--r--include/ruby/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/thread.h b/include/ruby/thread.h
index 3753a4c06a..d6a543af91 100644
--- a/include/ruby/thread.h
+++ b/include/ruby/thread.h
@@ -243,7 +243,7 @@ typedef struct rb_internal_thread_event_hook rb_internal_thread_event_hook_t;
* @return An opaque pointer to the hook, to unregister it later.
* @note This functionality is a noop on Windows.
* @note The callback will be called without the GVL held, except for the
- RESUMED event.
+ * RESUMED event.
* @warning This function MUST not be called from a thread event callback.
*/
rb_internal_thread_event_hook_t *rb_internal_thread_add_event_hook(