mirror of https://github.com/rust-lang/rust.git
Grammar fixes
This commit is contained in:
parent
9c707a8b76
commit
2d71dd5a0f
|
@ -21,7 +21,7 @@ standard library, and documentation.
|
||||||
|
|
||||||
## Why Rust?
|
## Why Rust?
|
||||||
|
|
||||||
- **Performance:** Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrate with other languages.
|
- **Performance:** Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrated with other languages.
|
||||||
|
|
||||||
- **Reliability:** Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.
|
- **Reliability:** Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue