Skip to content

Commit 16149e2

Browse files
committed
Add missing period
1 parent 0a6efc3 commit 16149e2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/pool/docs/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import ArrayBuffer = require( '@stdlib/array/buffer' );
2626
type DataType = 'float64' | 'float32' | 'int32' | 'uint32' | 'int16' | 'uint16' | 'int8' | 'uint8' | 'uint8c'; // tslint-disable-line max-line-length
2727

2828
/**
29-
* Typed array or null
29+
* Typed array or null.
3030
*/
3131
type TypedArrayOrNull = TypedArray | null;
3232

0 commit comments

Comments
 (0)