From 50520cc1930331bccdb94730e17ddc01798f2be0 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 27 Sep 2023 16:18:05 +0900 Subject: [DOC] Missing comment markers --- include/ruby/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby/thread.h') 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( -- cgit v1.2.3