Skip to content

Commit bfaefd5

Browse files
committed
fix typo
1 parent fd150d4 commit bfaefd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ as in the usual matrix case: `transpose(A) * x` and `mul!(y, A', x)`, for instan
180180
to use its `transpose` or `adjoint`).
181181

182182
!!! note
183-
In Julia versions v1.9 and higher, conversion to spare matrices requires loading
183+
In Julia versions v1.9 and higher, conversion to sparse matrices requires loading
184184
`SparseArrays.jl` by the user in advance.
185185

186186
### Slicing methods

0 commit comments

Comments
 (0)