Skip to content

Commit 1338134

Browse files
committed
Auto-generated commit
1 parent 63f9e94 commit 1338134

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type PredicateFunction = ( elem: any ) => boolean;
4040
* @returns an array-like object function
4141
*
4242
* @example
43-
* var isOdd = require( `@stdlib/assert/is-odd` );
43+
* var isOdd = require( '@stdlib/assert-is-odd' );
4444
*
4545
* var arr1 = [ 1, 3, 5, 7 ];
4646
* var arr2 = [ 3, 5, 8 ];

0 commit comments

Comments
 (0)