Skip to content

Commit fbd30d1

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent ed31e23 commit fbd30d1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/complex/float64/base/div/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/complex/float64/base/div/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ var cdiv = require( './../lib' );
2727
var z1 = new Complex128Array( discreteUniform( 200, -50, 50 ) );
2828
var z2 = new Complex128Array( discreteUniform( 200, -50, 50 ) );
2929

30-
// Perform division for each element of arrays
30+
// Perform division for each element of arrays:
3131
logEachMap( '(%s) * (%s) = %s', z1, z2, cdiv );

0 commit comments

Comments
 (0)