Fix mistake in the text

This commit is contained in:
Valentin Brandl 2017-07-07 00:27:08 +02:00
parent 3c01ef24da
commit a06e64e5a2
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -11,7 +11,7 @@ tags = ["rust","skeleton"]
## The Rust Language
Since reading about Mozilla's new programming language [Rust][0] I was eager to give it a try. Rust is a really new language and the first stable version was released in 2015.
Almost C like performance without memory corruption vulnerabilities, no race conditions and so forth thanks to a number of very interesting design concepts
Almost C like performance without memory corruption vulnerabilities, no data races and so forth thanks to a number of very interesting design concepts
and no garbage collector or any other kind of runtime overhead made that language sound really awesome.
In Rust all safety checks are done in compile time. The compiler translates into the [LLVM][1] meta language which then takes care