rust-lang / prev.rust-lang.org

The previous Rust website. The current website's code is at https://github.com/rust-lang/www.rust-lang.org.
https://prev.rust-lang.org
Apache License 2.0
151 stars 340 forks source link

Adding missing period #1047

Closed davidalber closed 6 years ago

davidalber commented 6 years ago

Several translations of the install page is missing a period at the end of one of its paragraphs. For example, from the English translation:

Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms , so there are many builds of Rust available at any time. rustup manages these builds in a consistent way on every platform that Rust supports, enabling installation of Rust from the beta and nightly release channels as well as support for additional cross-compilation targets

This PR adds the missing period.

rust-highfive commented 6 years ago

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

davidalber commented 6 years ago

Also, for full disclosure, I looked for something to fix so that I could open a PR and test if #1030 has been fixed. It has! 🎉

davidalber commented 6 years ago

r? @ashleygwilliams

davidalber commented 6 years ago

I asked highfive to reassign this since the "all" group of reviewers was recently changed.