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 a9570e5 + a3aaaca commit b53e510Copy full SHA for b53e510
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