Skip to content

Commit 25e5f0a

Browse files
Rollup merge of rust-lang#43456 - joshlf:spawn-doc-grammar, r=alexcrichton
std::thread::spawn: Fix grammar in documentation Closes rust-lang#43435.
2 parents 3751d20 + 8aa8f80 commit 25e5f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/thread/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ impl Builder {
413413
/// *by value* from the thread where it is spawned to the new thread. Its
414414
/// return value will need to be passed from the new thread to the thread
415415
/// where it is `join`ed.
416-
/// As a reminder, the [`Send`] marker trait, expresses that it is safe to be
416+
/// As a reminder, the [`Send`] marker trait expresses that it is safe to be
417417
/// passed from thread to thread. [`Sync`] expresses that it is safe to have a
418418
/// reference be passed from thread to thread.
419419
///

0 commit comments

Comments
 (0)