Skip to content

Commit da55909

Browse files
committed
fix typo in blog post
1 parent 9a2feb2 commit da55909

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
@@ -278,7 +278,7 @@ pools and for more interesting uses. Of course, just because you put
278278
tasks in parallel threads doesn't mean that they always speed up,
279279
as sharing and communication can limit parallelism. Racket's
280280
@hyperlink["https://docs.racket-lang.org/guide/parallelism.html#(part._effective-futures)"]{future
281-
visualizer} works for parallel threads, tho, and it can help you
281+
visualizer} works for parallel threads, though, and it can help you
282282
understand where synchronization in a task limits parallelism.
283283
Also, adding parallelism to Racket potentially creates trouble for existing
284284
libraries that were not designed to accommodate parallelism. We expect

0 commit comments

Comments
 (0)