From 9a73bd98dcbaa45fd0d6ef5ce65ed0a15ca66f67 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Thu, 29 Mar 2018 14:20:21 -0400 Subject: [PATCH] correct a typo in RELEASES.md --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 100de005990..326dcd60199 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -34,7 +34,7 @@ Libraries - [Implement libstd for CloudABI.][47268] - [`Float::{from_bits, to_bits}` is now available in libcore.][46931] - [Implement `AsRef` for Component][46985] -- [Implemented `Write` for `Cursor<&mut Vec>`][46830] +- [Implemented `Write` for `Cursor<&mut Vec>`][46830] - [Moved `Duration` to libcore.][46666] Stabilized APIs