Skip to content

Commit 83bc4b5

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

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/complex/float32/base/add

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/complex/float32/base/add/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ var add = require( '@stdlib/complex/float32/base/add' );
7777
var z1 = new Complex64Array( discreteUniform( 200, -50, 50 ) );
7878
var z2 = new Complex64Array( discreteUniform( 200, -50, 50 ) );
7979

80-
// Perform addition on each element of the arrays:
80+
// Perform element-wise addition:
8181
logEachMap( '(%s) * (%s) = %s', z1, z2, add );
8282
```
8383

0 commit comments

Comments
 (0)