diff --git a/docs/src/index.md b/docs/src/index.md index 225d5a0b..cb2760c5 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -85,7 +85,7 @@ struct SparseVector{Tv,Ti<:Integer} <: AbstractSparseVector{Tv,Ti} end ``` -As for [`SparseMatrixCSC`](@ref), the `SparseVector` type can also contain explicitly +Like [`SparseMatrixCSC`](@ref), the `SparseVector` type can also contain explicitly stored zeros. (See [Sparse Matrix Storage](@ref man-csc).). ## Sparse Vector and Matrix Constructors