Skip to content

Commit c0b3194

Browse files
authored
Correct a link in threads1 hint
It didn't work without last character
1 parent 2398f37 commit c0b3194

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)