From a3aaaca0880096ea875ad9822904cc968accb05f Mon Sep 17 00:00:00 2001 From: Denis Defreyne Date: Sat, 21 Feb 2015 13:14:17 +0100 Subject: [PATCH] Fix frow_raw/from_raw typo --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 09929eee9230d..69b804cf24c40 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -51,7 +51,7 @@ Version 1.0.0-alpha.2 (February 2015) * Abstract [OS-specific string types][osstr], `std::ff::{OsString, OsStr}`, provide strings in platform-specific encodings for easier interop with system APIs. [RFC][osstr-rfc]. - * The `boxed::into_raw` and `Box::frow_raw` functions [convert + * The `boxed::into_raw` and `Box::from_raw` functions [convert between `Box` and `*mut T`][boxraw], a common pattern for creating raw pointers.