We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7d2d27 + f3d66b2 commit 7798698Copy full SHA for 7798698
RELEASES.md
@@ -51,7 +51,7 @@ Version 1.0.0-alpha.2 (February 2015)
51
* Abstract [OS-specific string types][osstr], `std::ff::{OsString,
52
OsStr}`, provide strings in platform-specific encodings for easier
53
interop with system APIs. [RFC][osstr-rfc].
54
- * The `boxed::into_raw` and `Box::frow_raw` functions [convert
+ * The `boxed::into_raw` and `Box::from_raw` functions [convert
55
between `Box<T>` and `*mut T`][boxraw], a common pattern for
56
creating raw pointers.
57
0 commit comments