1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-09 09:11:50 +02:00

Fix missing full stop in benefits.md (#2140)

This commit is contained in:
Martin Geisler 2024-06-10 16:16:10 +02:00 committed by GitHub
parent 6c5287c447
commit 4c61cafda8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,6 @@ on the answer you can highlight different features of Rust:
- Experience with Java, Go, Python, JavaScript...: You get the same memory
safety as in those languages, plus a similar high-level language feeling. In
addition you get fast and predictable performance like C and C++ (no garbage
collector) as well as access to low-level hardware (should you need it)
collector) as well as access to low-level hardware (should you need it).
</details>