From c782c6fd4cedd63021afef03385da6ff15d27321 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Tue, 17 Oct 2023 11:30:59 +0900 Subject: [PATCH] Fix a typo [ci skip] --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 86410cd8be..86116acfc3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -162,7 +162,7 @@ changelog for details of the default gems or bundled gems. * Option to start YJIT in paused mode and then later enable it manually * `--yjit-pause` and RubyVM::YJIT.resume * This can be used to enable YJIT only once your application is done booting -* `ratio_in_yjit` stat produced by `--yjit-stats` is now avaiable in release builds, +* `ratio_in_yjit` stat produced by `--yjit-stats` is now available in release builds, a special stats or dev build is no longer required. * Exit tracing option now supports sampling * `--trace-exits-sample-rate=N`