Skip to content

Commit 4f98407

Browse files
committed
style: fix missing spaces
1 parent 5cd396f commit 4f98407

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/caxpy

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/caxpy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Scales values from `cx` by `ca` and adds the result to `cy`.
3636

3737
```javascript
3838
var Complex64Array = require( '@stdlib/array/complex64' );
39-
var Complex64 = require('@stdlib/complex/float32/ctor');
39+
var Complex64 = require( '@stdlib/complex/float32/ctor' );
4040
var realf = require( '@stdlib/complex/float32/real' );
4141
var imagf = require( '@stdlib/complex/float32/imag' );
4242

0 commit comments

Comments
 (0)