Skip to content

Commit c15bfc6

Browse files
committed
Auto-generated commit
1 parent bfff590 commit c15bfc6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ A total of 24 issues were closed in this release:
545545

546546
<details>
547547

548+
- [`0c9653f`](https://github.com/stdlib-js/stdlib/commit/0c9653fd653c0590e7250a9012fa498fbcc69f77) - **docs:** fix example output _(by Athan Reines)_
548549
- [`ba1c0f2`](https://github.com/stdlib-js/stdlib/commit/ba1c0f278e120cd42272fa2449bd13f045a469aa) - **feat:** add `fillSlice` to namespace _(by Athan Reines)_
549550
- [`f015917`](https://github.com/stdlib-js/stdlib/commit/f0159173d4db9e22bb1bd7c8b56c424b4d3e076e) - **feat:** add `flattenBy` to namespace _(by Athan Reines)_
550551
- [`8f440d7`](https://github.com/stdlib-js/stdlib/commit/8f440d7aeadc895a5a7a348e935389619d408a0e) - **feat:** add `flatten` to namespace _(by Athan Reines)_

dtype-ctor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ console.log( 'char: %s', dt.char );
237237
// => 'char: z'
238238

239239
console.log( 'JSON: %s', JSON.stringify( dt ) );
240-
// e.g., => 'JSON: {"type": "DataType","value":"float64","byteOrder":"host",...}'
240+
// e.g., => 'JSON: {"type": "DataType","value":"complex128","byteOrder":"host",...}'
241241
```
242242

243243
</section>

dtype-ctor/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ console.log( 'char: %s', dt.char );
3838
// => 'char: z'
3939

4040
console.log( 'JSON: %s', JSON.stringify( dt ) );
41-
// e.g., => 'JSON: {"type": "DataType","value":"float64","byteOrder":"host",...}'
41+
// e.g., => 'JSON: {"type": "DataType","value":"complex128","byteOrder":"host",...}'

0 commit comments

Comments
 (0)