Skip to content

Commit 26e3629

Browse files
authored
Merge pull request #1930 from vnbrs/patch-2
Fix Ruby 2.6 release post typo
2 parents 2f4cc3e + fdba9b9 commit 26e3629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/news/_posts/2018-12-25-ruby-2-6-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The `RubyVM::AbstractSyntaxTree::Node` class is also introduced. You can get sou
9999

100100
* Passing `safe_level` to `ERB.new` is deprecated. `trim_mode` and `eoutvar` arguments have been changed to keyword arguments. [[Feature #14256]](https://bugs.ruby-lang.org/issues/14256)
101101

102-
* Unicode support is updated to version 11. We have plans to add support Unicode version 12 and 12.1 in a future TEENY release of Ruby 2.6. This will include support for the [new Japenese era](http://blog.unicode.org/2018/09/new-japanese-era.html).
102+
* Unicode support is updated to version 11. We have plans to add support Unicode version 12 and 12.1 in a future TEENY release of Ruby 2.6. This will include support for the [new Japanese era](http://blog.unicode.org/2018/09/new-japanese-era.html).
103103

104104
* Merge RubyGems 3.0.1. The `--ri` and `--rdoc` options have been removed. Please use `--document` and `--no-document` options instead.
105105

0 commit comments

Comments
 (0)