Closed
Description
The documentation for std::thread::spawn
contains the following sentence:
As a reminder, the Send marker trait, expresses that it is safe to be passed from thread to thread.
The second comma is grammatically incorrect; the sentence should read:
As a reminder, the Send marker trait expresses that it is safe to be passed from thread to thread.
Metadata
Metadata
Assignees
Labels
Area: Documentation for any part of the project, including the compiler, standard library, and toolsCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Help is requested to fix this issue.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.