Skip to content

Wording in Concurrency section #36939

Closed
Closed
@adrian5

Description

@adrian5

https://github.com/rust-lang/rust/blob/master/src/doc/book/concurrency.md

Rust's memory safety features also apply to its concurrency story too.

Also/too; I think the trailing too can just be gotten rid of.

It allows the sharing of data between threads, but shared mutable data is unsafe and when threads are involved can cause data races!

Above sentence should use additional punctuation to make it more readable, e.g.:

It allows the sharing of data between threads, but shared mutable data is unsafe and – when threads are involved – can cause data races!

Metadata

Metadata

Assignees

No one assigned

    Labels

    E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions