From 8dfb4d9ddf40551f67528c076564b10a2245ec96 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Tue, 18 Oct 2016 17:43:29 -0400 Subject: [PATCH] Remove tech jargon. Closes #306 --- src/ch01-00-introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ch01-00-introduction.md b/src/ch01-00-introduction.md index badc112..e75bfc3 100644 --- a/src/ch01-00-introduction.md +++ b/src/ch01-00-introduction.md @@ -6,8 +6,8 @@ concurrency. Its design lets you create programs that have the performance and control of a low-level language, but with helpful abstractions that feel like a high-level language. The Rust community welcomes all programmers who have their experience in languages like C and are looking for a safer alternative, as well -as programmers from languages like Python who are looking for ways to write more -performant code without losing expressiveness. +as programmers from languages like Python who are looking for ways to write +code that performs better without losing expressiveness. Rust provides the majority of its safety checks at compile time and without a garbage collector so that your program's runtime isn't impacted. This makes it