Skip to content

Commit f8d2c8f

Browse files
authored
style: fix missing space
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 8b9c07a commit f8d2c8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/complex/base/cast-return/examples

lib/node_modules/@stdlib/complex/base/cast-return/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var f = castReturn( addf, 2, Complex64 );
2727
// ...
2828

2929
var z = f( 3.0, 4.0 );
30-
// returns <Complex64>[ 7.0, 0.0]
30+
// returns <Complex64>[ 7.0, 0.0 ]
3131

3232

3333
console.log( z.toString() );

0 commit comments

Comments
 (0)