Skip to content

Commit 34e2a4b

Browse files
committed
chore: address commit comments for commit 3b9d924 (issue #<issue-number>)
1 parent 61c3f9d commit 34e2a4b

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/from-scalar/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/from-scalar/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ declare function scalar2array( value: number, dtype: 'uint8' ): Uint8Array;
190190
* @returns output array
191191
*
192192
* @example
193-
* var x = scalar2array( 1, uint8c' );
193+
* var x = scalar2array( 1, 'uint8c' );
194194
* // returns <Uint8ClampedArray>[]
195195
*/
196196
declare function scalar2array( value: number, dtype: 'uint8c' ): Uint8ClampedArray;

0 commit comments

Comments
 (0)