Skip to content

Commit 6aaeada

Browse files
adamisntdead9prady9
authored andcommitted
Fix Typo Coloumn
1 parent 57c98d4 commit 6aaeada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparse/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub fn sparse_to_dense(input: &Array) -> Array {
177177
///
178178
/// # Return Values
179179
///
180-
/// A tuple of values, row indices, coloumn indices Arrays and SparseFormat enum.
180+
/// A tuple of values, row indices, column indices Arrays and SparseFormat enum.
181181
pub fn sparse_get_info(input: &Array) -> (Array, Array, Array, SparseFormat) {
182182
unsafe {
183183
let mut val : i64 = 0;

0 commit comments

Comments
 (0)