]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.txt
auto merge of #13923 : Rufflewind/rust/patch-2, r=thestinger
[rust.git] / RELEASES.txt
index 5e43050e60dbe769d55214593bb9092b3ccde2a1..ee437b658e1a3071f25bf333e97715cd373c05fa 100644 (file)
@@ -63,7 +63,7 @@ Version 0.10 (April 2014)
       documentation index page.
     * std: `std::condition` has been removed. All I/O errors are now propagated
       through the `Result` type. In order to assist with error handling, a
-      `try!` macro for unwrapping errors with an early return and an lint for
+      `try!` macro for unwrapping errors with an early return and a lint for
       unused results has been added. See #12039 for more information.
     * std: The `vec` module has been renamed to `slice`.
     * std: A new vector type, `Vec<T>`, has been added in preparation for DST.