about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDenis Defreyne <denis.defreyne@stoneship.org>2015-02-21 13:14:17 +0100
committerDenis Defreyne <denis.defreyne@stoneship.org>2015-02-21 13:14:17 +0100
commita3aaaca0880096ea875ad9822904cc968accb05f (patch)
tree2668ab2e3485b01b355392a7b2657dd4e36e767f
parent522d09dfecbeca1595f25ac58c6d0178bbd21d7d (diff)
downloadrust-a3aaaca0880096ea875ad9822904cc968accb05f.tar.gz
rust-a3aaaca0880096ea875ad9822904cc968accb05f.zip
Fix frow_raw/from_raw typo
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 09929eee923..69b804cf24c 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<T>` and `*mut T`][boxraw], a common pattern for
       creating raw pointers.