Skip to content

Commit 5aa1ae1

Browse files
committed
Auto-generated commit
1 parent b91e076 commit 5aa1ae1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ interface ZeroTo {
210210
*
211211
* @example
212212
* var Complex128Array = require( '@stdlib/array-complex128' );
213-
* var real = require( '@stdlib/complex-real' );
213+
* var real = require( '@stdlib/complex-float64-real' );
214214
* var imag = require( '@stdlib/complex-float64-imag' );
215215
*
216216
* var out = new Complex128Array( 6 );

0 commit comments

Comments
 (0)