Skip to content

Commit 3932bd3

Browse files
committed
Small changes in 2.3.0-preview1 post (en)
1 parent ed33b9c commit 3932bd3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

en/news/_posts/2015-11-11-ruby-2-3-0-preview1-released.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Many new features and improvements are included.
1414

1515
[Frozen String Literal
1616
Pragma](https://bugs.ruby-lang.org/issues/11473) is introduced. On
17-
Ruby 2.1, `"str".freeze` is optimized to reduce object allocation. Ruby
18-
2.3 introduces new magic comment and command line option to specify
19-
all the string literals in the source files.
17+
Ruby 2.1, `"str".freeze` is optimized to reduce object allocation.
18+
Ruby 2.3 introduces a new magic comment and command line option to
19+
specify all the string literals in the source files.
2020
Additionally for debugging, you can get where the object is created on
2121
`"can't modify frozen String"` error by
2222
`--enable-frozen-string-literal-debug`.
@@ -25,9 +25,9 @@ Additionally for debugging, you can get where the object is created on
2525
which already exists in C#, Groovy, and Swift, is introduced to ease
2626
`nil` handling as `obj&.foo`. `Array#dig` and `Hash#dig` are also added.
2727

28-
[did_you_mean.gem is
29-
bundled](https://bugs.ruby-lang.org/issues/11252). did_you_mean.gem
30-
show the candidates on the `NameError` and `NoMethodError` to ease
28+
[did_you_mean gem is
29+
bundled](https://bugs.ruby-lang.org/issues/11252). The did_you_mean gem
30+
shows the candidates on the `NameError` and `NoMethodError` to ease
3131
debbugging.
3232

3333
Try and enjoy programming with Ruby 2.3.0-preview1, and report us your

0 commit comments

Comments
 (0)