Skip to content

Commit 9a3320f

Browse files
committed
Fix typo in documentation
1 parent 76b239a commit 9a3320f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hl/container.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ impl Container {
523523
self.as_reader().read_2d()
524524
}
525525

526-
/// Reads the given `slice` of the dataset into a 1-dimensional array.
526+
/// Reads the given `slice` of the dataset into a 2-dimensional array.
527527
/// The slice must yield a 2-dimensional result.
528528
pub fn read_slice_2d<T, S>(&self, slice: &SliceInfo<S, ndarray::Ix2>) -> Result<Array2<T>>
529529
where

0 commit comments

Comments
 (0)