Skip to content

Commit 736d820

Browse files
authored
docs: fix spacing
Signed-off-by: Athan <[email protected]>
1 parent 553f334 commit 736d820

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ c_zdscal_ndarray( 3, 2.0, x, 1, 0 );
219219
```
220220
221221
The function accepts the following arguments:
222+
222223
- **N**: `[in] CBLAS_INT` number of indexed elements.
223224
- **alpha**: `[in] double` scalar constant.
224225
- **X**: `[inout] void*` input array.

0 commit comments

Comments
 (0)