Skip to content

Commit 75d212b

Browse files
committed
fixed syntax
1 parent 7d624d2 commit 75d212b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The did_you_mean gem
3131
shows the candidates on the `NameError` and `NoMethodError` to ease
3232
debugging.
3333

34-
[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.
34+
[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.
3737
For example, [optimize Proc#call] (https://bugs.ruby-lang.org/issues/11569),

0 commit comments

Comments
 (0)