Skip to content

Commit cbef379

Browse files
fix typo in documentation
1 parent bab95d3 commit cbef379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Operations/Assign.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ GrB_Matrix_assign(
161161
desc::V) where {T <: valid_matrix_mask_types, U <: valid_accum_types, V <: valid_desc_types} = GrB_Matrix_assign(C, Mask, accum, A, ZeroBasedIndices(I), ni, ZeroBasedIndices(J), nj, desc)
162162

163163
"""
164-
GrB_Col_assign(C, Mask, accum, u, I, ni, j, desc)
164+
GrB_Col_assign(C, mask, accum, u, I, ni, j, desc)
165165
166166
Assign the contents of a vector to a subset of elements in one column of a matrix.
167167
Note that since the output cannot be transposed, a different variant of assign is provided

0 commit comments

Comments
 (0)