Skip to content

Commit 788401d

Browse files
committed
fix typo in parallel-threads post
1 parent aef6c29 commit 788401d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_src/posts/2025-11-23-parallel-threads.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ command line:
210210
Racket will find many square roots (tweak @racket[N] to match your
211211
machine), but will keep only one core of your CPU busy. Using
212212
@exec{time} in the shell reports ``CPU'' (possibly broken into
213-
``user'' and `system'') and ``real'' times that are similar. To
213+
``user'' and ``system'') and ``real'' times that are similar. To
214214
use two cores, add @racket[#:pool 'own] to the @racket[thread] call:
215215

216216
@(racketblock

0 commit comments

Comments
 (0)