Skip to content

Commit bdfa347

Browse files
committed
Fix typo.
1 parent 2896d72 commit bdfa347

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,7 @@ venv.bak/
115115

116116
# Mac
117117
.DS_Store
118+
119+
# pixi environments
120+
.pixi
121+
*.egg-info

spec/latest/index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Editor: Jim Kitchen, Anaconda
1212
Editor: Erik Welch, NVIDIA
1313
Editor: Isaac Virshup, Helmholtz Munich
1414
Editor: Willow Ahrens, MIT
15+
Editor: Hameer Abbasi, Quansight
1516
Abstract: A cross-platform binary storage format for sparse data, particularly sparse matrices.
1617
Markup Shorthands: css no, markdown yes
1718
</pre>
@@ -381,7 +382,7 @@ present:
381382
:: There are `r` such arrays. When `A[i_0, ..., i_(r - 1), :, ..., :]` is explicitly represented by the subarray in position `q`, `indices_(N-n+s)[q] = i_s`. The arrays must be ordered such that the tuples `(indices_(N-n)[q], ..., indices_(N-n+r-1)[q])` are unique and appear in lexicographic order for all `q` in each range `pointers_to_(N-n)[p] <= q < pointers_to_(N-n)[p + 1]`. This array must contain no other elements.
382383

383384
Special note: If the sparse level is the root level, the `pointers` array should
384-
be ommitted, as its first value will be `0` and its last value will be the
385+
be omitted, as its first value will be `0` and its last value will be the
385386
length of any of the `indices` arrays in this level.
386387

387388

0 commit comments

Comments
 (0)