Skip to content

Commit 898c68a

Browse files
koichsbt
authored andcommitted
Use Ruby::Box instead of Ruby::BOX
`Ruby::Box` (or “Ruby Box”) appears to be the appropriate notation. This PR updates the wording to `Ruby::Box` to match the following Japanese document: https://github.com/ruby/www.ruby-lang.org/blob/master/ja/news/_posts/2025-12-18-ruby-4-0-0-preview3-released.md
1 parent a3c0eb0 commit 898c68a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/news/_posts/2025-12-18-ruby-4-0-0-preview3-released.md

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

1010
{% assign release = site.data.releases | where: "version", "4.0.0-preview3" | first %}
1111
We are pleased to announce the release of Ruby {{ release.version }}.
12-
Ruby 4.0 introduces Ruby::BOX and "ZJIT", and adds many improvements.
12+
Ruby 4.0 introduces Ruby::Box and "ZJIT", and adds many improvements.
1313

14-
## Ruby::BOX
14+
## Ruby::Box
1515

1616
A new (experimental) feature to provide separation about definitions.
1717
For the detail of "Ruby Box", see [doc/language/box.md](https://github.com/ruby/ruby/blob/master/doc/language/box.md).

0 commit comments

Comments
 (0)