Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaveazure committed Mar 1, 2024
1 parent 307d0d2 commit 15f50f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/r/R/SparseReadIter.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SparseReadIter <- R6::R6Class(

#' @description Concatenate remainder of iterator.
#' @return \link{matrixZeroBasedView} of Matrix::\link[Matrix]{sparseMatrix}
concat = function() soma_array_to_sparse_matrix_concat(self, private$.zero_based)
concat = function() soma_array_to_sparse_matrix_concat(self, private$zero_based)
),

private = list(
Expand Down

0 comments on commit 15f50f9

Please sign in to comment.