Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos on English Ruby 3.4.0 release notes #3453

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions en/news/_posts/2024-12-25-ruby-3-4-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lang: en

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

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

## Standard Library updates

Note: We're only listing notable updates of Standard librarires.
Note: We're only listing notable updates of Standard libraries.

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

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