Skip to content

Commit d51a970

Browse files
committed
Auto-generated commit
1 parent 91eb5b3 commit d51a970

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/.keepalive

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ reduceRightAsync( files, acc, read, done );
443443

444444
- <span class="package-name">[`@stdlib/utils-async/for-each-right`][@stdlib/utils/async/for-each-right]</span><span class="delimiter">: </span><span class="description">invoke a function once for each element in a collection, iterating from right to left.</span>
445445
- <span class="package-name">[`@stdlib/utils-async/reduce`][@stdlib/utils/async/reduce]</span><span class="delimiter">: </span><span class="description">apply a function against an accumulator and each element in a collection and return the accumulated result.</span>
446-
- <span class="package-name">[`@stdlib/utils-reduce-right`][@stdlib/utils/reduce-right]</span><span class="delimiter">: </span><span class="description">apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.</span>
446+
- <span class="package-name">[`@stdlib/utils-reduce-right`][@stdlib/utils/reduce-right]</span><span class="delimiter">: </span><span class="description">apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.</span>
447447

448448
</section>
449449

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"@stdlib/assert-is-positive-integer": "^0.1.0",
4646
"@stdlib/constants-float64-pinf": "^0.1.1",
4747
"@stdlib/string-format": "^0.1.1",
48-
"@stdlib/types": "^0.1.0",
48+
"@stdlib/types": "^0.2.0",
4949
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1",
5050
"debug": "^2.6.9"
5151
},
5252
"devDependencies": {
53-
"@stdlib/bench": "^0.1.0",
53+
"@stdlib/bench": "^0.2.0",
5454
"@stdlib/constants-float64-eps": "^0.1.1",
5555
"@stdlib/fs-read-file": "^0.1.1",
5656
"@stdlib/utils-noop": "^0.1.1",

0 commit comments

Comments
 (0)