diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2015-10-06 09:39:04 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2015-10-06 09:39:04 -0500 |
commit | 36c2165f2976138c88b4222093f7180abc0a5da5 (patch) | |
tree | 74c45c74e2e356da3144bc69db14c44c9a35366b | |
parent | 8dbeea3653240bf1a8917c99cb875cdd0e609fc2 (diff) | |
parent | 5e11d06a4f131302956334e76c989fb935ad9709 (diff) |
Merge pull request #1363 from oylenshpeegul/patch-2
Typo: should be advice, not advise.
-rw-r--r-- | rust.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust.html.markdown b/rust.html.markdown index 4fbd6144..3157fcf4 100644 --- a/rust.html.markdown +++ b/rust.html.markdown @@ -14,7 +14,7 @@ it possible to use Rust libraries as a "drop-in replacement" for C. Rust’s first release, 0.1, occurred in January 2012, and for 3 years development moved so quickly that until recently the use of stable releases was discouraged -and instead the general advise was to use nightly builds. +and instead the general advice was to use nightly builds. On May 15th 2015, Rust 1.0 was released with a complete guarantee of backward compatibility. Improvements to compile times and other aspects of the compiler are |