Skip to content

Commit cfae54d

Browse files
author
fmoko
authored
Merge pull request #618 from chrizel/patch-1
fix(threads1): line number correction
2 parents 1096592 + 7857b0a commit cfae54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/threads/threads1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// threads1.rs
22
// Make this compile! Execute `rustlings hint threads1` for hints :)
3-
// The idea is the thread spawned on line 21 is completing jobs while the main thread is
3+
// The idea is the thread spawned on line 22 is completing jobs while the main thread is
44
// monitoring progress until 10 jobs are completed. Because of the difference between the
55
// spawned threads' sleep time, and the waiting threads sleep time, when you see 6 lines
66
// of "waiting..." and the program ends without timing out when running,

0 commit comments

Comments
 (0)