1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-17 20:11:57 +02:00

Merge pull request #3851 from petrroll/patch-3

[rust/en] Small stylistic fix.
This commit is contained in:
Max Schumacher
2020-02-09 12:26:49 +01:00
committed by GitHub

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.