Skip to content

Commit ca55ef8

Browse files
ydahhsbt
authored andcommitted
avaiable ==> available
1 parent 1c1f343 commit ca55ef8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

en/news/_posts/2023-09-14-ruby-3-3-0-preview2-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ We are pleased to announce the release of Ruby {{ release.version }}. Ruby 3.3 a
4343
* Option to start YJIT in paused mode and then later enable it manually
4444
* `--yjit-pause` and `RubyVM::YJIT.resume`
4545
* This can be used to enable YJIT only once your application is done booting
46-
* `ratio_in_yjit` stat produced by `--yjit-stats` is now avaiable in release builds,
46+
* `ratio_in_yjit` stat produced by `--yjit-stats` is now available in release builds,
4747
a special stats or dev build is no longer required.
4848
* Exit tracing option now supports sampling
4949
* `--trace-exits-sample-rate=N`

en/news/_posts/2023-11-12-ruby-3-3-0-preview3-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ We are pleased to announce the release of Ruby {{ release.version }}. Ruby 3.3 a
6363
YJIT options while disabling YJIT at boot.
6464
* Option to disable code GC and treat `--yjit-exec-mem-size` as a hard limit
6565
* Can produce better copy-on-write behavior on servers using unicorn and forking
66-
* `ratio_in_yjit` stat produced by `--yjit-stats` is now avaiable in release builds,
66+
* `ratio_in_yjit` stat produced by `--yjit-stats` is now available in release builds,
6767
a special stats or dev build is no longer required to access most stats.
6868
* Exit tracing option now supports sampling
6969
* `--trace-exits-sample-rate=N`

ja/news/_posts/2023-11-12-ruby-3-3-0-preview3-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Ruby {{ release.version }} が公開されました。Ruby 3.3ではPrismとい
6464
YJIT options while disabling YJIT at boot.
6565
* Option to disable code GC and treat `--yjit-exec-mem-size` as a hard limit
6666
* Can produce better copy-on-write behavior on servers using unicorn and forking
67-
* `ratio_in_yjit` stat produced by `--yjit-stats` is now avaiable in release builds,
67+
* `ratio_in_yjit` stat produced by `--yjit-stats` is now available in release builds,
6868
a special stats or dev build is no longer required to access most stats.
6969
* Exit tracing option now supports sampling
7070
* `--trace-exits-sample-rate=N`

ja/news/_posts/2023-12-11-ruby-3-3-0-rc1-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Ruby {{ release.version }} が公開されました。Ruby 3.3ではPrismとい
6666
YJIT options while disabling YJIT at boot.
6767
* Option to disable code GC and treat `--yjit-exec-mem-size` as a hard limit
6868
* Can produce better copy-on-write behavior on servers using unicorn and forking
69-
* `ratio_in_yjit` stat produced by `--yjit-stats` is now avaiable in release builds,
69+
* `ratio_in_yjit` stat produced by `--yjit-stats` is now available in release builds,
7070
a special stats or dev build is no longer required to access most stats.
7171
* Exit tracing option now supports sampling
7272
* `--trace-exits-sample-rate=N`

0 commit comments

Comments
 (0)