Skip to content

Commit 4de3b4a

Browse files
authored
Merge pull request #1630 from gabay/chore/threads2-text
info.toml: update threads2 text.
2 parents 64162d3 + af76794 commit 4de3b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ and keep reading if you'd like more hints :)
10111011
Do you now have an `Arc` `Mutex` `JobStatus` at the beginning of main? Like:
10121012
`let status = Arc::new(Mutex::new(JobStatus { jobs_completed: 0 }));`
10131013
Similar to the code in the example in the book that happens after the text
1014-
that says "We can use Arc<T> to fix this.". If not, give that a try! If you
1014+
that says "Sharing a Mutex<T> Between Multiple Threads". If not, give that a try! If you
10151015
do and would like more hints, keep reading!!
10161016
10171017

0 commit comments

Comments
 (0)