Skip to content

Commit 7aab96d

Browse files
authored
Fix documentation formatting for SymSparseMatrixCSR
1 parent 8be77a2 commit 7aab96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SymSparseMatrixCSR.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ end
2121
2222
Create a `SymSparseMatrixCSR` with `Bi`-based indexing (1 by default)
2323
from the same `args...` as one constructs a `SparseMatrixCSC`
24-
with the [`sparse`](@extref) function. If `symmetrize == false` (the default)
24+
with the [`sparse`](@extref SparseArrays.sparse) function. If `symmetrize == false` (the default)
2525
the given arguments should only describe the upper triangle
2626
of the matrix (including non zero diagonal values). If `symmetrize == true`
2727
a non symmetric input is accepted and it will be symmetrized in-place

0 commit comments

Comments
 (0)