Skip to content

Commit c2e11f0

Browse files
committed
Fix doctest
1 parent 12d7ba8 commit c2e11f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparsematrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ julia> [1.0, 0.0, 1.0]
10211021
10221022
julia> sparse([1.0, 0.0, 1.0])
10231023
3-element SparseVector{Float64, Int64} with 2 stored entries:
1024-
1024+
[1] = 1.0
10251025
[3] = 1.0
10261026
```
10271027
"""

0 commit comments

Comments
 (0)