Skip to content

Commit

Permalink
fix(threads1): line number correction
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizel committed Jan 6, 2021
1 parent 1096592 commit 7857b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/threads/threads1.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// threads1.rs
// Make this compile! Execute `rustlings hint threads1` for hints :)
// The idea is the thread spawned on line 21 is completing jobs while the main thread is
// The idea is the thread spawned on line 22 is completing jobs while the main thread is
// monitoring progress until 10 jobs are completed. Because of the difference between the
// spawned threads' sleep time, and the waiting threads sleep time, when you see 6 lines
// of "waiting..." and the program ends without timing out when running,
Expand Down

0 comments on commit 7857b0a

Please sign in to comment.