mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-15 07:06:52 +02:00
Fix typo (#173)
This commit is contained in:
parent
13da3112e9
commit
51ad97a8df
@ -16,7 +16,7 @@ on the answer you can highlight different features of Rust:
|
||||
have the memory unsafety issues. In addition, you get a modern language with
|
||||
constructs like pattern matching and built-in dependency management.
|
||||
|
||||
* Experience with Java, Go, Python, JavaSript...: You get the same memory safety
|
||||
* 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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user