Skip to content

std::thread::spawn documentation: Incorrect grammar #43435

Closed
@joshlf

Description

@joshlf

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

No one assigned

    Labels

    A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-help-wantedCall for participation: Help is requested to fix this issue.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions