File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<details >
14
14
15
+ - [ ` 32bbcb3 ` ] ( https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee ) - ** refactor:** update paths _ (by Athan Reines)_
15
16
- [ ` 8d4c46b ` ] ( https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f ) - ** refactor:** update paths _ (by Athan Reines)_
16
17
- [ ` ed9c0a5 ` ] ( https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e ) - ** refactor:** update paths _ (by Athan Reines)_
17
18
- [ ` 18b3c79 ` ] ( https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96 ) - ** refactor:** update paths _ (by Athan Reines)_
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ interface ZeroTo {
210
210
*
211
211
* @example
212
212
* var Complex128Array = require( '@stdlib/array-complex128' );
213
- * var real = require( '@stdlib/complex-real' );
213
+ * var real = require( '@stdlib/complex-float64- real' );
214
214
* var imag = require( '@stdlib/complex-float64-imag' );
215
215
*
216
216
* var out = new Complex128Array( 6 );
You can’t perform that action at this time.
0 commit comments