From 1710eb9367d7d11f059a17879e00ef7637265558 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Wed, 20 Dec 2023 10:37:02 -0800 Subject: [DOC] Fix rb_postponed_job_register_once typo Co-authored-by: Dustin Brown --- include/ruby/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ruby/debug.h') diff --git a/include/ruby/debug.h b/include/ruby/debug.h index 9861c96cd8..6202ce1c72 100644 --- a/include/ruby/debug.h +++ b/include/ruby/debug.h @@ -643,11 +643,11 @@ VALUE rb_tracearg_object(rb_trace_arg_t *trace_arg); * racing with Ruby's internal use of them. These two functions are still present, * but are marked as deprecated and have slightly changed semantics: * - * * rb_postponed_job_register now works like rb_postponed_job_register_once i.e. + * * rb_postponed_job_register now works like rb_postponed_job_register_one i.e. * `func` will only be executed at most one time each time Ruby checks for * interrupts, no matter how many times it is registered * * They are also called with the last `data` to be registered, not the first - * (which is how rb_postponed_job_register_once previously worked) + * (which is how rb_postponed_job_register_one previously worked) */ -- cgit v1.2.3