Skip to content

Commit f023568

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

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
@@ -191,7 +191,7 @@ console.log( z );
191191
The function has the following parameters:
192192

193193
- **N**: number of indexed elements.
194-
- **scalar**: scalar constant to add to dot product
194+
- **scalar**: scalar constant to add to dot product.
195195
- **xp**: first input [`Float32Array`][@stdlib/array/float32] pointer (i.e., byte offset).
196196
- **sx**: index increment for `x`.
197197
- **yp**: second input [`Float32Array`][@stdlib/array/float32] pointer (i.e., byte offset).

0 commit comments

Comments
 (0)