Skip to content

Commit c6a19ee

Browse files
committed
Auto-generated commit
1 parent 81515f4 commit c6a19ee

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-09-17)
7+
## Unreleased (2024-09-21)
88

99
<section class="packages">
1010

@@ -145,6 +145,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
145145

146146
<details>
147147

148+
- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
148149
- [`f387603`](https://github.com/stdlib-js/stdlib/commit/f387603e739f88a38af3263ce6ff675ad903ee8c) - **docs:** consistently use declarative instead of imperative sentences outside of intros _(by Philipp Burckhardt)_
149150
- [`95ef049`](https://github.com/stdlib-js/stdlib/commit/95ef04997f2f0f98406dbdf59c5c0ff757c5637a) - **docs:** fix grammar _(by Athan Reines)_
150151
- [`037a7a8`](https://github.com/stdlib-js/stdlib/commit/037a7a81819bbbf2c0d784678b42d423f47d62ce) - **refactor:** use `const` qualifier and update examples _(by Athan Reines)_

base/ind/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151

5252
The function returns a function which accepts the following arguments:
5353

54-
- idx: index
55-
- max: maximum index value
54+
- idx: index.
55+
- max: maximum index value.
5656

5757
Parameters
5858
----------

base/serialize-meta-data/docs/repl.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
where
1010

11-
- endianness: byte order (1 byte)
12-
- dt: data type (2 bytes)
13-
- ndims: number of dimensions (8 bytes)
14-
- shape: shape (ndims*8 bytes)
15-
- strides: strides in units of bytes (ndims*8 bytes)
16-
- offset: index offset in units of bytes (8 bytes)
17-
- ord: array order (1 byte)
18-
- mode: index mode (1 byte)
19-
- nsubmodes: number of subscript index modes (8 bytes)
20-
- submodes: subscript index modes (nsubmodes*1 bytes)
21-
- flags: flags (4 bytes)
11+
- endianness: byte order (1 byte).
12+
- dt: data type (2 bytes).
13+
- ndims: number of dimensions (8 bytes).
14+
- shape: shape (ndims*8 bytes).
15+
- strides: strides in units of bytes (ndims*8 bytes).
16+
- offset: index offset in units of bytes (8 bytes).
17+
- ord: array order (1 byte).
18+
- mode: index mode (1 byte).
19+
- nsubmodes: number of subscript index modes (8 bytes).
20+
- submodes: subscript index modes (nsubmodes*1 bytes).
21+
- flags: flags (4 bytes).
2222

2323
Serialization is performed according to host byte order (endianness).
2424

0 commit comments

Comments
 (0)