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 Aug 2, 2023
1 parent 5df6e70 commit 7eba7ba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

1 change: 0 additions & 1 deletion lib/factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ var limit = require( './limit.js' );
* - Iteration and insertion order are **not** guaranteed.
* - The function only operates on own properties, not inherited properties.
*
*
* @param {Options} [options] - function options
* @param {*} [options.thisArg] - execution context
* @param {PositiveInteger} [options.limit] - maximum number of pending invocations at any one time
Expand Down
1 change: 0 additions & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ var factory = require( './factory.js' );
* - Iteration and insertion order are **not** guaranteed.
* - The function only operates on own properties, not inherited properties.
*
*
* @param {Object} obj - source object
* @param {Options} [options] - function options
* @param {*} [options.thisArg] - execution context
Expand Down

0 comments on commit 7eba7ba

Please sign in to comment.