You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-26 18:51:00 +02:00
Typo in "Fearless Concurrency" intro
"referred to a _fearless concurrency_" -> "referred to a*s* _fearless concurrency_"
This commit is contained in:
@ -4,5 +4,5 @@ Rust has full support for concurrency using OS threads with mutexes and
|
|||||||
channels.
|
channels.
|
||||||
|
|
||||||
The Rust type system plays an important role in making many concurrency bugs
|
The Rust type system plays an important role in making many concurrency bugs
|
||||||
compile time bugs. This is often referred to a _fearless concurrency_ since you
|
compile time bugs. This is often referred to as _fearless concurrency_ since you
|
||||||
can rely on the compiler to ensure correctness at runtime.
|
can rely on the compiler to ensure correctness at runtime.
|
||||||
|
Reference in New Issue
Block a user