Skip to content

Commit 41ba5c4

Browse files
some changes
1 parent 1770970 commit 41ba5c4

File tree

1 file changed

+2
-1
lines changed
  • lib/node_modules/@stdlib/napi/argv-complex128/lib

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/napi/argv-complex128/lib/native.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ var addon = require( './../src/addon.node' );
3131
* @private
3232
* @param {Complex128} v - input value
3333
*
34+
*
3435
* @example
3536
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
3637
*
37-
* var x = new Complex128( 5.0, 3.0 );
38+
* var x = new Complex128( 3.0, 5.0 );
3839
* wrapper( x );
3940
*/
4041
function wrapper( v ) {

0 commit comments

Comments
 (0)