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.
1 parent 5ce5b2f commit 5af88eeCopy full SHA for 5af88ee
src/liballoc/boxed.rs
@@ -274,8 +274,8 @@ impl<T: ?Sized> Box<T> {
274
275
/// Constructs a `Box` from a `Unique<T>` pointer.
276
///
277
- /// After calling this function, the memory is owned by a `Box` and `T` then
278
- /// be destroyed and released upon drop.
+ /// After calling this function, the memory is owned by a `Box` and `T` can
+ /// then be destroyed and released upon drop.
279
280
/// # Safety
281
0 commit comments