Skip to content

Commit

Permalink
Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 12, 2023
1 parent 30d7396 commit 56a4518
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions array/base/unary2d-by/coverage.ndjson
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[153,153,100,11,11,100,1,1,100,153,153,100,"f7bba4088451e8e077d0a897d813b03ee25e3d04","2023-09-11 16:55:59 -0700"]
[153,153,100,11,11,100,1,1,100,153,153,100,"5aca4cc68530d28b810f0579c529fa223c855abd","2023-09-11 17:06:15 -0700"]
2 changes: 1 addition & 1 deletion array/base/unary2d-by/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1><a href="../../../../index.html">All files</a> array/base/unary2d-by/lib</h1
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-09-11T23:58:28.863Z
at 2023-09-12T00:08:42.163Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions array/base/unary2d-by/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
'use strict';
&nbsp;
/**
* Apply a unary callback to each element retrieved from a two-dimensional nested input array according to a callback function and assign results to elements in a two-dimensional nested output array.
* Apply a unary function to each element retrieved from a two-dimensional nested input array according to a callback function and assign results to elements in a two-dimensional nested output array.
*
* @module @stdlib/array/base/unary2d-by
*
Expand Down Expand Up @@ -241,7 +241,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-09-11T23:58:28.863Z
at 2023-09-12T00:08:42.163Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions array/base/unary2d-by/main.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
// MAIN //
&nbsp;
/**
* Applies a unary callback to each element retrieved from a two-dimensional nested input array according to a callback function and assigns results to elements in a two-dimensional nested output array.
* Applies a unary function to each element retrieved from a two-dimensional nested input array according to a callback function and assigns results to elements in a two-dimensional nested output array.
*
* ## Notes
*
Expand Down Expand Up @@ -358,7 +358,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-09-11T23:58:28.863Z
at 2023-09-12T00:08:42.163Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down

0 comments on commit 56a4518

Please sign in to comment.