Skip to content

Commit

Permalink
std::thread docs: fix link to current()
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Apr 2, 2017
1 parent 5e122f5 commit 509ef4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/thread/mod.rs
Expand Up @@ -158,7 +158,7 @@
//! [`Err`]: ../../std/result/enum.Result.html#variant.Err
//! [`panic!`]: ../../std/macro.panic.html
//! [`Builder`]: ../../std/thread/struct.Builder.html
//! [`thread::current`]: ../../std/thread/fn.spawn.html
//! [`thread::current`]: ../../std/thread/fn.current.html
//! [`Thread`]: ../../std/thread/struct.Thread.html
//! [`park`]: ../../std/thread/fn.park.html
//! [`unpark`]: ../../std/thread/struct.Thread.html#method.unpark
Expand Down

0 comments on commit 509ef4c

Please sign in to comment.