Skip to content

Commit

Permalink
Merge pull request #2142 from cenviity/push-qoxkvmtkyvmv
Browse files Browse the repository at this point in the history
threads1: Fix typos in description
  • Loading branch information
mo8it authored Oct 22, 2024
2 parents 930a0ea + 6bec6f9 commit ea85c1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions exercises/20_threads/threads1.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This program spawns multiple threads that each run for at least 250ms, and
// each thread returns how much time they took to complete. The program should
// This program spawns multiple threads that each runs for at least 250ms, and
// each thread returns how much time it took to complete. The program should
// wait until all the spawned threads have finished and should collect their
// return values into a vector.

Expand Down
4 changes: 2 additions & 2 deletions solutions/20_threads/threads1.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This program spawns multiple threads that each run for at least 250ms, and
// each thread returns how much time they took to complete. The program should
// This program spawns multiple threads that each runs for at least 250ms, and
// each thread returns how much time it took to complete. The program should
// wait until all the spawned threads have finished and should collect their
// return values into a vector.

Expand Down

0 comments on commit ea85c1b

Please sign in to comment.