]> git.lizzy.rs Git - rust.git/commitdiff
Update RELEASES.md
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
Mon, 10 Feb 2020 04:07:39 +0000 (05:07 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2020 04:07:39 +0000 (05:07 +0100)
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
RELEASES.md

index ddd2a0a0e3b6a3fd2b6ef83e046db3c70c6a2cf6..f97d902d332e210bf34648c4a524d4da44e004d3 100644 (file)
@@ -30,7 +30,7 @@ Compiler
 
 Libraries
 ---------
-- [`iter::Empty<T>` now implements Send and Sync for any `T`.][68348]
+- [`iter::Empty<T>` now implements `Send` and `Sync` for any `T`.][68348]
 - [`Pin::{map_unchecked, map_unchecked_mut}` no longer require the return type
    to implement `Sized`.][67935]
 - [`io::Cursor` now derives `PartialEq` and `Eq`.][67233]