We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3751d20 + 8aa8f80 commit 25e5f0aCopy full SHA for 25e5f0a
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