diff --git a/lib/node_modules/@stdlib/array/from-scalar/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/from-scalar/docs/types/index.d.ts index 88bddf9b9230..699986199ba7 100644 --- a/lib/node_modules/@stdlib/array/from-scalar/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/from-scalar/docs/types/index.d.ts @@ -190,7 +190,7 @@ declare function scalar2array( value: number, dtype: 'uint8' ): Uint8Array; * @returns output array * * @example -* var x = scalar2array( 1, uint8c' ); +* var x = scalar2array( 1, 'uint8c' ); * // returns [] */ declare function scalar2array( value: number, dtype: 'uint8c' ): Uint8ClampedArray;