diff options
| author | Jack O'Connor <oconnor663@gmail.com> | 2018-03-29 14:20:21 -0400 |
|---|---|---|
| committer | Jack O'Connor <oconnor663@gmail.com> | 2018-03-29 14:20:21 -0400 |
| commit | 9a73bd98dcbaa45fd0d6ef5ce65ed0a15ca66f67 (patch) | |
| tree | 75e51326647d4aa76ffcd0b7fe1298476299c8de | |
| parent | ae544ee1c90afc0f939753014dc5e884cb2749a0 (diff) | |
| download | rust-9a73bd98dcbaa45fd0d6ef5ce65ed0a15ca66f67.tar.gz rust-9a73bd98dcbaa45fd0d6ef5ce65ed0a15ca66f67.zip | |
correct a typo in RELEASES.md
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
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<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 |
