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 cfac4de commit 0edab47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

6 changes: 3 additions & 3 deletions docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ type InOutShapes = [
* @param fcn - binary callback
*
* @example
* var ones5d = require( `@stdlib/array/base/ones5d` );
* var zeros5d = require( `@stdlib/array/base/zeros5d` );
* var add = require( `@stdlib/math/base/ops/add` );
* var ones5d = require( '@stdlib/array-base-ones5d' );
* var zeros5d = require( '@stdlib/array-base-zeros5d' );
* var add = require( '@stdlib/math-base-ops-add' );
*
* var shapes = [
* [ 1, 1, 1, 1, 2 ],
Expand Down

0 comments on commit 0edab47

Please sign in to comment.