We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bbcbc commit 3d42644Copy full SHA for 3d42644
docs/src/index.md
@@ -85,7 +85,7 @@ struct SparseVector{Tv,Ti<:Integer} <: AbstractSparseVector{Tv,Ti}
85
end
86
```
87
88
-As for [`SparseMatrixCSC`](@ref), the `SparseVector` type can also contain explicitly
+Like [`SparseMatrixCSC`](@ref), the `SparseVector` type can also contain explicitly
89
stored zeros. (See [Sparse Matrix Storage](@ref man-csc).).
90
91
## Sparse Vector and Matrix Constructors
0 commit comments