Skip to content

Commit 8aa8f80

Browse files
committed
std::thread::spawn: Fix grammar in documentation
1 parent 5669c99 commit 8aa8f80

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)