Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 7, 2024
1 parent a87530c commit 7038006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

4 changes: 2 additions & 2 deletions docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import { MultiSlice } from '@stdlib/types/slice';
* @returns boolean indicating if a value is a MultiSlice object
*
* @example
* var Slice = require( `@stdlib/slice/ctor` );
* var MultiSlice = require( `@stdlib/slice/multi` );
* var Slice = require( '@stdlib/slice-ctor' );
* var MultiSlice = require( '@stdlib/slice-multi' );
*
* var s = new MultiSlice( new Slice( 0, 10, 1 ), null, 1 );
*
Expand Down

0 comments on commit 7038006

Please sign in to comment.