We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5669c99 commit 8aa8f80Copy full SHA for 8aa8f80
src/libstd/thread/mod.rs
@@ -413,7 +413,7 @@ impl Builder {
413
/// *by value* from the thread where it is spawned to the new thread. Its
414
/// return value will need to be passed from the new thread to the thread
415
/// where it is `join`ed.
416
-/// As a reminder, the [`Send`] marker trait, expresses that it is safe to be
+/// As a reminder, the [`Send`] marker trait expresses that it is safe to be
417
/// passed from thread to thread. [`Sync`] expresses that it is safe to have a
418
/// reference be passed from thread to thread.
419
///
0 commit comments