Skip to content

Commit cade600

Browse files
authored
Merge pull request #1203 from skaunov/patch-2
Correct a link in `threads1` `hint`
2 parents 069e55c + c0b3194 commit cade600

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
@@ -969,7 +969,7 @@ https://doc.rust-lang.org/std/thread/fn.spawn.html
969969
970970
A challenge with multi-threaded applications is that the main thread can
971971
finish before the spawned threads are completed.
972-
https://doc.rust-lang.org/book/ch16-01-threads.html#waiting-for-all-threads-to-finish-using-join-handle
972+
https://doc.rust-lang.org/book/ch16-01-threads.html#waiting-for-all-threads-to-finish-using-join-handles
973973
974974
Collect the JoinHandles and wait for them to finish.
975975
https://doc.rust-lang.org/std/thread/struct.JoinHandle.html

0 commit comments

Comments
 (0)