correct a typo in RELEASES.md

This commit is contained in:
Jack O'Connor 2018-03-29 14:20:21 -04:00
parent ae544ee1c9
commit 9a73bd98dc

View file

@ -34,7 +34,7 @@ Libraries
- [Implement libstd for CloudABI.][47268]
- [`Float::{from_bits, to_bits}` is now available in libcore.][46931]
- [Implement `AsRef<Path>` for Component][46985]
- [Implemented `Write` for `Cursor<&mut Vec<T>>`][46830]
- [Implemented `Write` for `Cursor<&mut Vec<u8>>`][46830]
- [Moved `Duration` to libcore.][46666]
Stabilized APIs