Skip to content

Commit fef07b4

Browse files
jalveszjvdp1
andauthored
Update joss/paper_sparse.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 4895e92 commit fef07b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

joss/paper_sparse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Compared to these, stdlib_sparse focuses on providing a lightweight, modern Fort
6363
# Design and implementation
6464
## Data structures
6565

66-
All sparse formats extend an abstract base type sparse_type, which holds metadata such as number of rows, columns, and nonzeros. Implementations include:
66+
All sparse formats extend an abstract base derived type sparse_type, which holds metadata such as number of rows, columns, and nonzeros. Implementations include:
6767

6868
* COO: coordinate (triplet) format.
6969
* CSR: compressed sparse row (Yale) format.

0 commit comments

Comments
 (0)