From c407c99f804138a37135fb59448dcd07cf93b7f9 Mon Sep 17 00:00:00 2001 From: piyush0499 <54910274+piyush0499@users.noreply.github.com> Date: Sat, 28 Sep 2019 18:28:13 +0530 Subject: [PATCH] Update README.md gragyhjkjto --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0249bbc..1a4506f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ![Rust](https://hsto.org/files/afc/ae4/dad/afcae4dad2184b1da76e3b23cf53a9bb.png) ### What is Rust? -Rust is a systems programming language sponsored by Mozilla which describes it as a "safe, concurrent, practical language", supporting functional and imperative-procedural paradigms. Rust is syntactically similar to C++, but its designers intend it to provide better memory safety while still maintaining performance. +Rust is a system programming language sponsored by Mozilla which describe it as a "safe, concurrent, practical language", supporting functional and imperative-procedural paradigms. Rust is syntactically similar to C++, but its designers intend it to provide better memory safety while still maintaining performance. Rust is free and open-source software, released under an MIT License, or Apache License 2.0. Its designers have refined the language through the experiences of writing the Servo web browser layout engine and the Rust compiler. A large proportion of current commits to the project are from community members.