Skip to content

Commit 00fff89

Browse files
committed
docs: fix comment
1 parent 7bae5d5 commit 00fff89

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/min-signed-integer-dtype/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/min-signed-integer-dtype/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import minSignedIntegerDataType = require( './index' );
2121

2222
// TESTS //
2323

24-
// The function returns a data type..
24+
// The function returns a data type...
2525
{
2626
minSignedIntegerDataType( 2 ); // $ExpectType DataType
2727
}

0 commit comments

Comments
 (0)