Skip to content

Commit

Permalink
Unrolled build for rust-lang#134012
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#134012 - aarikpokras:patch-1, r=saethlin

Grammar fixes

Fixed some grammar in README.md
  • Loading branch information
rust-timer authored Dec 10, 2024
2 parents 974ccc1 + 2d71dd5 commit 3d42559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3d42559

Please sign in to comment.