Skip to content

Commit d8b54ea

Browse files
committed
fix typos pointed by znz
1 parent b540819 commit d8b54ea

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

_data/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
# 2.6 series
2323

2424
- version: 2.6.0-preview3
25-
date: 2018-10-06
26-
post: /en/news/2018/10/06/ruby-2-6-0-preview3-released/
25+
date: 2018-11-06
26+
post: /en/news/2018/11/06/ruby-2-6-0-preview3-released/
2727
url:
2828
gz: https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.0-preview3.tar.gz
2929
zip: https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.0-preview3.zip

en/news/_posts/2018-11-06-ruby-2-6-0-preview3-released.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ layout: news_post
33
title: "Ruby 2.6.0-preview3 Released"
44
author: "naruse"
55
translator:
6-
date: 2018-05-31 00:00:00 +0000
6+
date: 2018-11-06 00:00:00 +0000
77
lang: en
88
---
99

1010
We are pleased to announce the release of Ruby 2.6.0-preview3.
1111

1212
Ruby 2.6.0-preview3 is the third preview toward Ruby 2.6.0.
13-
This preview3 is released to test new features before comming Release Candidate.
13+
This preview3 is released to test new features before coming Release Candidate.
1414

1515
## JIT
1616

@@ -61,7 +61,7 @@ This module has `parse` method which parses a given ruby code of string and retu
6161

6262
## Performance improvements
6363

64-
* Speedup `Proc#call` because we dont' need to care about `$SAFE` any more.
64+
* Speedup `Proc#call` because we don't need to care about `$SAFE` any more.
6565
[[Feature #14318]](https://bugs.ruby-lang.org/issues/14318)
6666

6767
With `lc_fizzbuzz` benchmark which uses `Proc#call` so many times we can measure
@@ -75,7 +75,7 @@ This module has `parse` method which parses a given ruby code of string and retu
7575

7676
* Transient Heap (theap) is introduced. [Bug #14858] [Feature #14989]
7777
theap is managed heap for short-living memory objects which are pointed by
78-
specific classes (Array, Hash, Object, Struct). For example, making small
78+
specific classes (Array, Hash, Object, and Struct). For example, making small
7979
and short-living Hash object is x2 faster. With rdoc benchmark, we observed
8080
6-7% performance improvement.
8181

@@ -85,7 +85,7 @@ This module has `parse` method which parses a given ruby code of string and retu
8585

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

88-
* Merge RubyGems 3.0.0.beta2. `--ri` and `--rdoc` options was removed. Please use `--docuent` and `--no-document` options instead of them.
88+
* Merge RubyGems 3.0.0.beta2. `--ri` and `--rdoc` options was removed. Please use `--document` and `--no-document` options instead of them.
8989

9090
* Merge [Bundler](https://github.com/bundler/bundler) as Default gems.
9191

ja/news/_posts/2018-11-06-ruby-2-6-0-preview3-released.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: news_post
33
title: "Ruby 2.6.0-preview3 Released"
44
author: "naruse"
55
translator:
6-
date: 2018-10-06 00:00:00 +0000
6+
date: 2018-11-06 00:00:00 +0000
77
lang: ja
88
---
99

@@ -74,8 +74,7 @@ Ruby 2.6では `RubyVM::AST` モジュールが導入されました。
7474

7575
## その他の注目すべき 2.5 からの変更点
7676

77-
* $SAFE はプロセスグローバルで扱われることになると共に、0以外を設定した後に0に戻せるようになりました [[Feature #14250]](https://bugs
78-
.ruby-lang.org/issues/14250)
77+
* $SAFE はプロセスグローバルで扱われることになると共に、0以外を設定した後に0に戻せるようになりました [[Feature #14250]](https://bugs.ruby-lang.org/issues/14250)
7978
* `ERB.new``safe_level`を渡すのは非推奨になりました。また、`trim_mode``eoutvar`はキーワード引数に変更されました。 [[Feature #14256]](https://bugs.ruby-lang.org/issues/14256)
8079
* RubyGems 3.0.0.beta2 をマージしました。 `--ri``--rdoc` オプションは使えなくなりました。`--document` または `--no-document` を利用してください。
8180
* [Bundler](https://github.com/bundler/bundler) を Default gems として標準添付しました。

0 commit comments

Comments
 (0)