From 51ad97a8dfe21b9e3eb4fe952cf55a579674d1e8 Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Tue, 17 Jan 2023 19:42:31 +0800 Subject: [PATCH] Fix typo (#173) --- src/why-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/why-rust.md b/src/why-rust.md index 4fdec86a..3a16eafc 100644 --- a/src/why-rust.md +++ b/src/why-rust.md @@ -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)