Skip to content

Wording in Concurrency section #36939

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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