We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbfa74 commit b3a7837Copy full SHA for b3a7837
src/libcore/raw.rs
@@ -80,7 +80,7 @@ impl<T> Clone for Slice<T> {
80
/// `TraitObject` is guaranteed to match layouts, but it is not the
81
/// type of trait objects (e.g. the fields are not directly accessible
82
/// on a `&SomeTrait`) nor does it control that layout (changing the
83
-/// definition will not change the layout of a `&SometTrait`). It is
+/// definition will not change the layout of a `&SomeTrait`). It is
84
/// only designed to be used by unsafe code that needs to manipulate
85
/// the low-level details.
86
///
0 commit comments