We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b52d6 commit ebd2d8dCopy full SHA for ebd2d8d
src/libcollections/slice.rs
@@ -174,7 +174,7 @@ pub trait SliceExt {
174
fn slice(&self, start: uint, end: uint) -> &[Self::Item];
175
176
/// Deprecated: use `&s[start..]` notation instead.
177
- #[deprecated = "use &s[start..] isntead"]
+ #[deprecated = "use &s[start..] instead"]
178
fn slice_from(&self, start: uint) -> &[Self::Item];
179
180
/// Deprecated: use `&s[..end]` notation instead.
0 commit comments