diff --git a/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts index 90b22ad775ae..7138b4c5e368 100644 --- a/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts @@ -414,7 +414,7 @@ interface Namespace { * * @example * var dt = ns.binaryOutputDataType( 'float64', 'float32', 'complex_floating_point' ); - * // returns + * // returns */ binaryOutputDataType: typeof binaryOutputDataType; @@ -4545,7 +4545,7 @@ interface Namespace { * * @example * var dt = ns.unaryOutputDataType( 'float64', 'complex_floating_point' ); - * // returns + * // returns */ unaryOutputDataType: typeof unaryOutputDataType;