We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1bd3a3 commit acb5e02Copy full SHA for acb5e02
src/doc/trpl/concurrency.md
@@ -6,7 +6,7 @@ and more cores, yet many programmers aren't prepared to fully utilize them.
6
7
Rust's memory safety features also apply to its concurrency story too. Even
8
concurrent Rust programs must be memory safe, having no data races. Rust's type
9
-system is up to the thread, and gives you powerful ways to reason about
+system is up to the task, and gives you powerful ways to reason about
10
concurrent code at compile time.
11
12
Before we talk about the concurrency features that come with Rust, it's important
0 commit comments