Skip to content

Commit 3d42644

Browse files
Update index.md (#623)
1 parent 16bbcbc commit 3d42644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ struct SparseVector{Tv,Ti<:Integer} <: AbstractSparseVector{Tv,Ti}
8585
end
8686
```
8787

88-
As for [`SparseMatrixCSC`](@ref), the `SparseVector` type can also contain explicitly
88+
Like [`SparseMatrixCSC`](@ref), the `SparseVector` type can also contain explicitly
8989
stored zeros. (See [Sparse Matrix Storage](@ref man-csc).).
9090

9191
## Sparse Vector and Matrix Constructors

0 commit comments

Comments
 (0)