Skip to content

Commit 2b123f6

Browse files
committed
style: fix missing spaces
1 parent 4f98407 commit 2b123f6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

3737
```javascript
3838
var Complex128Array = require( '@stdlib/array/complex128' );
39-
var Complex128 = require('@stdlib/complex/float64/ctor');
39+
var Complex128 = require( '@stdlib/complex/float64/ctor' );
4040
var real = require( '@stdlib/complex/float64/real' );
4141
var imag = require( '@stdlib/complex/float64/imag' );
4242

0 commit comments

Comments
 (0)