File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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)_
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments