Skip to content

Commit 43cf077

Browse files
authored
Merge pull request #3453 from Uaitt/fix-typos-on-ruby-3.4.0-release-notes
Fix typos on English Ruby 3.4.0 release notes
2 parents 6d838ee + 610045a commit 43cf077

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

en/news/_posts/2024-12-25-ruby-3-4-0-released.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lang: en
99

1010
{% assign release = site.data.releases | where: "version", "3.4.0" | first %}
1111
We are pleased to announce the release of Ruby {{ release.version }}. Ruby 3.4 adds `it` block parameter reference,
12-
change Prism as default parser, adds Happy Eyeballs Version 2 support to socket library, improves YJIT,
12+
changes Prism as default parser, adds Happy Eyeballs Version 2 support to socket library, improves YJIT,
1313
adds Modular GC, and so on.
1414

1515
## `it` is introduced
@@ -160,7 +160,7 @@ Note: We're only listing notable updates of Core class.
160160

161161
## Standard Library updates
162162

163-
Note: We're only listing notable updates of Standard librarires.
163+
Note: We're only listing notable updates of Standard libraries.
164164

165165
* RubyGems
166166
* Add `--attestation` option to gem push. It enabled to store signature to [sigstore.dev]
@@ -268,7 +268,7 @@ Note: Excluding feature bug fixes.
268268
a warning on verbose mode (`-w`).
269269
[[Feature #15554]]
270270

271-
* Redefining some core methods that are specially optimized by the interpeter
271+
* Redefining some core methods that are specially optimized by the interpreter
272272
and JIT like `String.freeze` or `Integer#+` now emits a performance class
273273
warning (`-W:performance` or `Warning[:performance] = true`).
274274
[[Feature #20429]]

0 commit comments

Comments
 (0)