Skip to content

Commit fb0f344

Browse files
committed
Rollup merge of rust-lang#24700 - rkruppe:doc-typos, r=alexcrichton
r? @steveklabnik
2 parents b5fddf9 + b3a7837 commit fb0f344

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)