1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-08 07:46:46 +02:00

[rust/en] Small stylistic fix.

This commit is contained in:
Petr Houška
2020-02-08 23:29:46 +01:00
committed by GitHub
parent e021d05c2f
commit e98cb424b3

View File

@@ -22,7 +22,7 @@ currently available in the nightly builds. Rust has adopted a train-based releas
model with regular releases every six weeks. Rust 1.1 beta was made available at model with regular releases every six weeks. Rust 1.1 beta was made available at
the same time of the release of Rust 1.0. the same time of the release of Rust 1.0.
Although Rust is a relatively low-level language, Rust has some functional Although Rust is a relatively low-level language, it has some functional
concepts that are generally found in higher-level languages. This makes concepts that are generally found in higher-level languages. This makes
Rust not only fast, but also easy and efficient to code in. Rust not only fast, but also easy and efficient to code in.