8000 Auto-generated commit · stdlib-js/assert-is-multi-slice@7038006 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7038006

Browse files
committed
Auto-generated commit
1 parent a87530c commit 7038006

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/.keepalive

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

docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import { MultiSlice } from '@stdlib/types/slice';
2929
* @returns boolean indicating if a value is a MultiSlice object
3030
*
3131
* @example
32-
* var Slice = require( `@stdlib/slice/ctor` );
33-
* var MultiSlice = require( `@stdlib/slice/multi` );
32+
* var Slice = require( '@stdlib/slice-ctor' );
33+
* var MultiSlice = require( '@stdlib/slice-multi' );
3434
*
3535
* var s = new MultiSlice( new Slice( 0, 10, 1 ), null, 1 );
3636
*

0 commit comments

Comments
 (0)
0