Skip to content

Commit 6281551

Browse files
chore: resolve javascript lint error
PR-URL: #6064 Closes: #6054 Reviewed-by: Athan Reines <[email protected]> Reviewed-by: Aayush Khanna <[email protected]>
1 parent f6cac9e commit 6281551

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var addon = require( './../src/addon.node' );
3434
* @example
3535
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
3636
*
37-
* var x = new Complex128( 5.0, 3.0 );
37+
* var x = new Complex128( 3.0, 5.0 );
3838
* wrapper( x );
3939
*/
4040
function wrapper( v ) {

0 commit comments

Comments
 (0)