Skip to content

Commit 2ca012a

Browse files
committed
Replace 'should' with 'must'
1 parent b86d755 commit 2ca012a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions-reference/sparse_matrix_operations.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ entries w, column indices v, and row starting indices u; the vector w
9797
and array v must be the same size (corresponding to the total number of
9898
nonzero entries in the matrix), array v must have index values bounded
9999
by m, array u must have length equal to m + 1 and contain index values
100-
bounded by the number of nonzeros (except for the last entry, which should
100+
bounded by the number of nonzeros (except for the last entry, which must
101101
be equal to the number of nonzeros plus one). See section
102102
[compressed row storage](#CSR) for more details.
103103

0 commit comments

Comments
 (0)