Skip to content

Commit c8bfe9f

Browse files
committed
[spellcheck] fix errors in spellcheck ci
1 parent a800056 commit c8bfe9f

5 files changed

Lines changed: 32 additions & 5 deletions

File tree

.wordlist.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,30 @@ URI
149149
zlib
150150
CouchDB
151151
SOA
152+
Findability
153+
Reusability
154+
reproducibility
155+
interoperation
156+
interpretable
157+
ECMA
158+
natively
159+
scalable
160+
precisions
161+
toolchains
162+
NumPy
163+
circulant
164+
Hankel
165+
Numcodecs
166+
Zarr
167+
codec
168+
codecs
169+
xarray
170+
Blosc
171+
BloscLZ
172+
HC
173+
LZ
174+
XZ
175+
Zstandard
176+
bzip
177+
codec
178+
UDUNITS

JData_specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ example:
539539
"Age": 30
540540
}
541541
```
542-
Parsers that do not recognise `"_DataSchema_"` must silently ignore it; the keyword
542+
Parsers that do not recognize `"_DataSchema_"` must silently ignore it; the keyword
543543
carries no data payload and does not affect decoding of sibling fields.
544544

545545
### Data Storage Keywords
@@ -968,7 +968,7 @@ are supported via the below `"shapeid"` values:
968968
* `"zero"`: a zero matrix (all entries are zero); `"_ArrayData_"` must be `[0]` or
969969
may be omitted entirely. No data storage is required beyond `"_ArraySize_"`.
970970
* `"range"`: a uniformly spaced array (or N-D grid of independent axes), stored as
971-
a compact `[start, end]` pair per dimension rather than materialising all element
971+
a compact `[start, end]` pair per dimension rather than materializing all element
972972
values. The boundaries are **inclusive** on both ends (MATLAB convention), so
973973
the `i`-th reconstructed value along a dimension of size `N` is
974974
`start + (end - start) * i / (N - 1)` for `i = 0 ... N-1`.

0 commit comments

Comments
 (0)