Skip to content

Commit 062b59b

Browse files
committed
Fix typos [ci skip]
1 parent 60568e9 commit 062b59b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ changelog for details of the default gems or bundled gems.
313313
* RJIT exists only for experimental purposes.
314314
* You should keep using YJIT in production.
315315

316-
### M:N Therad scheduler
316+
### M:N Thread scheduler
317317

318318
* M:N Thread scheduler is introduced. [[Feature #19842]]
319319
* Background: Ruby 1.8 and before, M:1 thread scheduler (M Ruby threads
@@ -327,7 +327,7 @@ changelog for details of the default gems or bundled gems.
327327
need same number of native threads as Ruby threads (similar to the M:1
328328
thread scheduler). Also our M:N threads supports blocking operations
329329
well same as 1:1 threads. See the ticket for more details.
330-
Our M:N thread scheduler refers on the gorotuine scheduler in the
330+
Our M:N thread scheduler refers on the goroutine scheduler in the
331331
Go language.
332332
* In a ractor, only 1 thread can run in a same time because of
333333
implementation. Therefore, applications that use only one Ractor

0 commit comments

Comments
 (0)