diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-10-22 12:35:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-22 12:35:25 +0200 |
| commit | ea85c1b46e4c608f84cfb9d69c7b127c52fdc1a9 (patch) | |
| tree | e1caf7cb65bbc1778a696ae0bda9015a6f40da6f /exercises | |
| parent | 930a0ea73b74921d687f3389f8dfb99f8fda8cea (diff) | |
| parent | 6bec6f92c4f0fe14ed56ad646514e89f6d0ee7cc (diff) | |
Merge pull request #2142 from cenviity/push-qoxkvmtkyvmv
threads1: Fix typos in description
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/20_threads/threads1.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/20_threads/threads1.rs b/exercises/20_threads/threads1.rs index 01f9ff4..dbc64b1 100644 --- a/exercises/20_threads/threads1.rs +++ b/exercises/20_threads/threads1.rs @@ -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. |
