Skip to content

Commit 018722e

Browse files
committed
doc rewording
1 parent c94a9ac commit 018722e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/marker.rs

+1-1
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)