summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMax Schumacher <maximilianbschumacher@gmail.com>2020-02-09 12:26:49 +0100
committerGitHub <noreply@github.com>2020-02-09 12:26:49 +0100
commit9f4e2a2128a313556ce4b7fa064c3453478e6576 (patch)
tree8e3ac32cd55c5f9b6c3695e8056b97946f500aca
parente021d05c2f02018bcd7d13c7b455c7db56faf386 (diff)
parente98cb424b36a2cda2e55b3bb9db369740d4bd562 (diff)
Merge pull request #3851 from petrroll/patch-3
[rust/en] Small stylistic fix.
-rw-r--r--rust.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust.html.markdown b/rust.html.markdown
index 23dcbd4f..413939bf 100644
--- a/rust.html.markdown
+++ b/rust.html.markdown
@@ -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
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
Rust not only fast, but also easy and efficient to code in.