Skip to content

Commit e46f5bb

Browse files
committed
Add missing backtick
1 parent 76f2ba6 commit e46f5bb

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/is-string-array/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/is-string-array/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import isStringArray = require( './index' );
5454
isStringArray.objects( [ 'abc' ] ); // $ExpectType boolean
5555
}
5656

57-
// The compiler throws an error if the `objects method is provided an unsupported number of arguments...
57+
// The compiler throws an error if the `objects` method is provided an unsupported number of arguments...
5858
{
5959
isStringArray.objects(); // $ExpectError
6060
isStringArray.objects( [ 'abc' ], 123 ); // $ExpectError

0 commit comments

Comments
 (0)