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 a749e54 commit 5dc9a33
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,7 +29,7 @@ interface IsAbsolutePath {
* @returns boolean indicating whether value is an absolute path
*
* @example
* var IS_WINDOWS = require( `@stdlib/assert/is-windows` );
* var IS_WINDOWS = require( '@stdlib/assert-is-windows' );
* var bool;
* if ( IS_WINDOWS ) {
* bool = isAbsolutePath( 'C:\\foo\\bar\\baz' );
Expand Down Expand Up @@ -85,7 +85,7 @@ interface IsAbsolutePath {
* @returns boolean indicating whether value is an absolute path
*
* @example
* var IS_WINDOWS = require( `@stdlib/assert/is-windows` );
* var IS_WINDOWS = require( '@stdlib/assert-is-windows' );
* var bool;
* if ( IS_WINDOWS ) {
* bool = isAbsolutePath( 'C:\\foo\\bar\\baz' );
Expand Down

0 comments on commit 5dc9a33

Please sign in to comment.