diff options
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index c44c501305f..39cef1e2a57 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<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 |
