Skip to content

Commit 910d061

Browse files
committed
Small fixes in 2.4.0-preview2 post (en)
1 parent 768d730 commit 910d061

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

en/news/_posts/2016-09-08-ruby-2-4-0-preview2-released.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Though [ISO/IEC 30170:2012](http://www.iso.org/iso/iso_catalogue/catalogue_tc/ca
2121
doesn't specify details of the Integer class,
2222
Ruby had two visible Integer classes: Fixnum and Bignum.
2323
Ruby 2.4 unifies them into Integer.
24-
All C extensions which touches Fixnum or Bignum class needs to be fixed.
24+
All C extensions which touch the Fixnum or Bignum class need to be fixed.
2525

2626
See also [the ticket](https://bugs.ruby-lang.org/issues/12005) and [akr's slides](http://www.a-k-r.org/pub/2016-09-08-rubykaigi-unified-integer.pdf).
2727

@@ -58,7 +58,8 @@ With `report_on_exception = true`,
5858
you can notice if a thread has died due to an unhandled exception.
5959

6060
Send us feedback what should be the default for `report_on_exception`
61-
and about report-on-GC, which show a report when a thread is GCed without join.
61+
and about report-on-GC, which shows a report when a thread is
62+
garbage collected without join.
6263

6364
### [Thread deadlock detection now shows threads with their backtrace and dependency](https://bugs.ruby-lang.org/issues/8214)
6465

0 commit comments

Comments
 (0)