We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b1b31 commit 1654d2eCopy full SHA for 1654d2e
internals/src/array.rs
@@ -30,7 +30,7 @@ pub trait ArrayExt {
30
/// the places where useless checks are made.
31
fn first(&self) -> &Self::Item { self.get_static::<0>() }
32
33
- /// Splits the array into two, non-overlaping smaller arrays covering the entire range.
+ /// Splits the array into two, non-overlapping smaller arrays covering the entire range.
34
///
35
/// This is almost equivalent to just calling [`sub_array`](Self::sub_array) twice, except it also
36
/// checks that the arrays don't overlap and that they cover the full range. This is very useful
0 commit comments