From d4dda22c837593742de5ff8c89906a9f91c91e64 Mon Sep 17 00:00:00 2001 From: WalterMadelim <143272683+WalterMadelim@users.noreply.github.com> Date: Thu, 8 May 2025 17:46:27 +0800 Subject: [PATCH] Update index.md --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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