Skip to content

Commit 60f4afd

Browse files
committed
Rewrap links in 2.3.0-preview1 post (en)
1 parent f274437 commit 60f4afd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ We are pleased to announce the release of Ruby 2.3.0-preview1.
1212
Ruby 2.3.0-preview1 is the first preview of Ruby 2.3.0.
1313
Many new features and improvements are included.
1414

15-
[Frozen String Literal
16-
Pragma](https://bugs.ruby-lang.org/issues/11473) is introduced.
15+
[Frozen String Literal Pragma](https://bugs.ruby-lang.org/issues/11473)
16+
is introduced.
1717
With Ruby 2.1, `"str".freeze` was optimized to reduce object allocation.
1818
Ruby 2.3 introduces a new magic comment and command line option to
1919
freeze all string literals in the source files.
@@ -25,8 +25,8 @@ 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). The did_you_mean gem
28+
[did_you_mean gem is bundled](https://bugs.ruby-lang.org/issues/11252).
29+
The did_you_mean gem
3030
shows the candidates on the `NameError` and `NoMethodError` to ease
3131
debbugging.
3232

0 commit comments

Comments
 (0)