Skip to content

Commit 0d29a3f

Browse files
committed
Grammar fixes (en)
1 parent ac62ecd commit 0d29a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/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
@@ -51,7 +51,7 @@ a back reference object and changing `$~` to reduce object allocation.
5151

5252
### [Thread#report_on_exception and Thread.report_on_exception](https://bugs.ruby-lang.org/issues/6647)
5353

54-
Ruby ignored exceptions in threads unless another thread explicitly joins it.
54+
Ruby ignores exceptions in threads unless another thread explicitly joins them.
5555
With `report_on_exception = true`,
5656
you can notice if a thread has died due to an unhandled exception.
5757

0 commit comments

Comments
 (0)