We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d7dec commit 40f4044Copy full SHA for 40f4044
library/core/src/slice/mod.rs
@@ -2076,7 +2076,7 @@ impl<T> [T] {
2076
SplitN::new(self.split(pred), n)
2077
}
2078
2079
- /// Returns an iterator over subslices separated by elements that match
+ /// Returns an iterator over mutable subslices separated by elements that match
2080
/// `pred`, limited to returning at most `n` items. The matched element is
2081
/// not contained in the subslices.
2082
///
0 commit comments