Skip to content

Commit 1472ad2

Browse files
authored
docs: add missing period
Signed-off-by: Athan <[email protected]>
1 parent ae63a2f commit 1472ad2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/wasm/sdsdot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var z = sdsdot.main( x.length, 0.0, x, 1, y, 1 );
4747
The function has the following parameters:
4848

4949
- **N**: number of indexed elements.
50-
- **scalar**: scalar constant to add to dot product
50+
- **scalar**: scalar constant to add to dot product.
5151
- **x**: first input [`Float32Array`][@stdlib/array/float32].
5252
- **strideX**: index increment for `x`.
5353
- **y**: second input [`Float32Array`][@stdlib/array/float32].

0 commit comments

Comments
 (0)