Skip to content

Commit 3fd4b4d

Browse files
committed
Auto-generated commit
1 parent 055cf90 commit 3fd4b4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<details>
1414

15+
- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
1516
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
1617
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
1718
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ declare function filter<T = unknown, U = unknown>( x: Uint8ClampedArray, predica
247247
*
248248
* @example
249249
* var isPositiveNumber = require( '@stdlib/assert-is-positive-number' ).isPrimitive;
250-
* var real = require( '@stdlib/complex-real' );
250+
* var real = require( '@stdlib/complex-float64-real' );
251251
* var imag = require( '@stdlib/complex-float64-imag' );
252252
* var Complex128Array = require( '@stdlib/array-complex128' );
253253
*

0 commit comments

Comments
 (0)