Rollup merge of #134012 - aarikpokras:patch-1, r=saethlin

Grammar fixes

Fixed some grammar in README.md
This commit is contained in:
León Orell Valerian Liehr 2024-12-09 23:39:03 +01:00 committed by GitHub
commit 780b5bb1e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ standard library, and documentation.
## 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.