aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2023-12-20 10:37:02 -0800
committerJohn Hawthorn <john@hawthorn.email>2023-12-21 09:17:22 -0800
commit1710eb9367d7d11f059a17879e00ef7637265558 (patch)
tree17a66d7b8fff6018065cd8bc4d15bea6345fbb90 /NEWS.md
parente191bf42d2077a025c21888573f8b81688e5ea28 (diff)
downloadruby-1710eb9367d7d11f059a17879e00ef7637265558.tar.gz
[DOC] Fix rb_postponed_job_register_once typo
Co-authored-by: Dustin Brown <dbrown9@gmail.com>
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index f6dc9263d0..17dfca8d1c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -307,7 +307,7 @@ changelog for details of the default gems or bundled gems.
* added: `rb_postponed_job_preregister()`
* added: `rb_postponed_job_trigger()`
* deprecated: `rb_postponed_job_register()` (and semantic change. see below)
- * deprecated: `rb_postponed_job_register_once()`
+ * deprecated: `rb_postponed_job_register_one()`
* The postponed job APIs have been changed to address some rare crashes.
To solve the issue, we introduced new two APIs and deprecated current APIs.
The semantics of these functions have also changed slightly; `rb_postponed_job_register`