Skip to content

Commit 2adf500

Browse files
authored
Merge pull request #3155 from riseshia/fix-typo
Fix typo on "Ruby 3.3.0-rc1 Released"
2 parents dfc08b6 + b2c3b31 commit 2adf500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/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
@@ -64,7 +64,7 @@ After the release of RC1, we will avoid introducing ABI incompatibilities wherev
6464
done booting. `--yjit-disable` can be used if you want to use other
6565
YJIT options while disabling YJIT at boot.
6666
* Code GC is now disabled by default, and `--yjit-exec-mem-size` is treated
67-
as a hard limit where copilation of new code stops.
67+
as a hard limit where compilation of new code stops.
6868
* Better copy-on-write behavior on servers using unicorn and forking
6969
* No sudden drops in performance due to code GC.
7070
* You can still enable code GC if desired with `--yjit-code-gc`

0 commit comments

Comments
 (0)