Skip to content

Commit

Permalink
chore: Fix link to Arc<T> in the book
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnirp authored and komaeda committed Jun 9, 2019
1 parent 34e3123 commit 080d6cd
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
Expand Up @@ -45,7 +45,7 @@ fn main() {
// to **immutable** data. But we want to *change* the number of `jobs_completed`
// so we'll need to also use another type that will only allow one thread to
// mutate the data at a time. Take a look at this section of the book:
// https://doc.rust-lang.org/stable/book/second-edition/ch16-03-shared-state.html#atomic-reference-counting-with-arct
// https://doc.rust-lang.org/stable/book/ch16-03-shared-state.html#atomic-reference-counting-with-arct
// and keep scrolling if you'd like more hints :)


Expand Down

0 comments on commit 080d6cd

Please sign in to comment.