Skip to content

Commit e884057

Browse files
committed
Fix typo in release post (zh_cn, zh_tw)
1 parent 1b28278 commit e884057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zh_cn/news/_posts/2016-06-20-ruby-2-4-0-preview1-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Ruby 2.4.0-preview1 是 Ruby 2.4.0 的首个预览版。
1515

1616
## [统一 Fixnum 和 Bignum 为 Integer](https://bugs.ruby-lang.org/issues/12005)
1717

18-
虽然 [ISO/IED 30170:2012](http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579)
18+
虽然 [ISO/IEC 30170:2012](http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579)
1919
没有明确指定 Integer 类的细节,CRuby 有两个显式的 Integer 类:Fixnum 和 Bignum。
2020
Ruby 2.4 把它们统一为 Integer。
2121

zh_tw/news/_posts/2016-06-20-ruby-2-4-0-preview1-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Ruby 2.4.0-preview1 是 Ruby 2.4.0 的首個預覽版。
1515

1616
## [Fixnum 和 Bignum 統整為 Integer](https://bugs.ruby-lang.org/issues/12005)
1717

18-
雖然 [ISO/IED 30170:2012](http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579)
18+
雖然 [ISO/IEC 30170:2012](http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579)
1919
沒有明確指定 Integer 類別的細節,但 CRuby 有兩個 Integer 類別:Fixnum 和 Bignum。
2020
Ruby 2.4 統整為 Integer。
2121

0 commit comments

Comments
 (0)