Skip to content

Commit 1d666a6

Browse files
committed
docs: fix parameter annotation
1 parent 95d61ed commit 1d666a6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ddot/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var format = require( '@stdlib/string/format' );
4141
*
4242
* @param {ndarrayLike} x - first input array
4343
* @param {ndarrayLike} y - second input array
44-
* @param {NegativeInteger} dim - dimension for which to compute the dot product
44+
* @param {NegativeInteger} [dim] - dimension for which to compute the dot product
4545
* @throws {TypeError} first argument must be a ndarray containing double-precision floating-point numbers
4646
* @throws {TypeError} first argument must have at least one dimension
4747
* @throws {TypeError} second argument must be a ndarray containing double-precision floating-point numbers

0 commit comments

Comments
 (0)