Skip to content

Commit 9e8c94c

Browse files
authored
Rollup merge of #42438 - king6cong:master, r=alexcrichton
doc rewording
2 parents b472b66 + 018722e commit 9e8c94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/marker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ pub trait Unsize<T: ?Sized> {
205205
/// but not `Copy`.
206206
///
207207
/// [`Clone`] is a supertrait of `Copy`, so everything which is `Copy` must also implement
208-
/// [`Clone`]. If a type is `Copy` then its [`Clone`] implementation need only return `*self`
208+
/// [`Clone`]. If a type is `Copy` then its [`Clone`] implementation only needs to return `*self`
209209
/// (see the example above).
210210
///
211211
/// ## When can my type be `Copy`?

0 commit comments

Comments
 (0)