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 5a94f7b commit 235838aCopy full SHA for 235838a
src/impl_views/splitting.rs
@@ -44,8 +44,8 @@ where
44
/// both 0 and the endpoint are valid split indices.
45
///
46
/// **Example 1**: Split `a` along the first axis, in this case the rows, at
47
- /// index 1.<br>
48
- /// This produces views v1 and v2 of shapes 1 × 4 and 2 × 4:
+ /// index 2.<br>
+ /// This produces views v1 and v2 of shapes 2 × 4 and 1 × 4:
49
50
/// ```rust
51
/// # use ndarray::prelude::*;
0 commit comments