Skip to content

Commit 8b0c2c1

Browse files
committed
more fixes syntax misstake
1 parent 75d212b commit 8b0c2c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ debugging.
3434
[RubyVM::InstructionSequence#to_binary and .load_from_binary](https://bugs.ruby-lang.org/issues/11788) are introduced as experimental feature. With these features, we can make a ISeq (bytecode) pre-compilation system.
3535

3636
Ruby 2.3 includes many performance tuning fixes.
37-
For example, [optimize Proc#call] (https://bugs.ruby-lang.org/issues/11569),
38-
[reconsider method entry data structure] (https://bugs.ruby-lang.org/issues/11278),
39-
[introducing new table data structure] (https://bugs.ruby-lang.org/issues/11420),
37+
For example, [optimize Proc#call](https://bugs.ruby-lang.org/issues/11569),
38+
[reconsider method entry data structure](https://bugs.ruby-lang.org/issues/11278),
39+
[introducing new table data structure](https://bugs.ruby-lang.org/issues/11420),
4040
machine code level tuning for object allocation and method calling code,
4141
and other many optimizations.
4242

0 commit comments

Comments
 (0)