From 610045acf7bf4df1aed58dde4e14ab6704e05cd3 Mon Sep 17 00:00:00 2001 From: Lorenzo Zabot Date: Fri, 27 Dec 2024 10:24:59 +0100 Subject: [PATCH] Fix typos on English Ruby 3.4.0 release notes --- en/news/_posts/2024-12-25-ruby-3-4-0-released.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/news/_posts/2024-12-25-ruby-3-4-0-released.md b/en/news/_posts/2024-12-25-ruby-3-4-0-released.md index 2961df95c9..1a057f439f 100644 --- a/en/news/_posts/2024-12-25-ruby-3-4-0-released.md +++ b/en/news/_posts/2024-12-25-ruby-3-4-0-released.md @@ -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 @@ -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] @@ -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]]