Skip to content

Commit 870dfed

Browse files
authored
Update marker.rs
1 parent de72cd3 commit 870dfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/src/marker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ marker_impls! {
299299
///
300300
/// This isn't always desired. For example, shared references (`&T`) can be copied regardless of
301301
/// whether `T` is `Copy`. Likewise, a generic struct containing markers such as [`PhantomData`]
302-
/// could potentially be duplicated with a bit-wise copy.
302+
/// could potentially be duplicated with a bit-wise copy.
303303
///
304304
/// ## What's the difference between `Copy` and `Clone`?
305305
///

0 commit comments

Comments
 (0)