Skip to content

Commit 0191794

Browse files
authored
docs: fix note
Signed-off-by: Athan <[email protected]>
1 parent f1a23e5 commit 0191794

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ zscal.ndarray( 2, alpha, x, 2, 1 );
127127

128128
## Notes
129129

130-
- If `N <= 0` or `strideX <= 0` , both functions return `x` unchanged.
130+
- If `N <= 0` , both functions return `x` unchanged.
131131
- `zscal()` corresponds to the [BLAS][blas] level 1 function [`zscal`][zscal].
132132

133133
</section>

0 commit comments

Comments
 (0)