Skip to content

Commit b3a7837

Browse files
author
Robin Kruppe
committed
Fix a tiny typo in core::raw
1 parent 3dbfa74 commit b3a7837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/raw.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ impl<T> Clone for Slice<T> {
8080
/// `TraitObject` is guaranteed to match layouts, but it is not the
8181
/// type of trait objects (e.g. the fields are not directly accessible
8282
/// on a `&SomeTrait`) nor does it control that layout (changing the
83-
/// definition will not change the layout of a `&SometTrait`). It is
83+
/// definition will not change the layout of a `&SomeTrait`). It is
8484
/// only designed to be used by unsafe code that needs to manipulate
8585
/// the low-level details.
8686
///

0 commit comments

Comments
 (0)