Skip to content

Commit dbea73a

Browse files
committed
Update artifacts
1 parent 136946a commit dbea73a

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

blas/ext/base/gfind-index/accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
247247
* @param {NonNegativeInteger} offsetX - starting index
248248
* @param {Callback} clbk - callback function
249249
* @param {*} thisArg - execution context
250-
* @returns {Object} input array object
250+
* @returns {integer} index
251251
*
252252
* @example
253253
* var toAccessorArray = require( '@stdlib/array/base/to-accessor-array' );
@@ -295,7 +295,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
295295
<div class='footer quiet pad2 space-top1 center small'>
296296
Code coverage generated by
297297
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
298-
at 2025-07-25T19:17:39.794Z
298+
at 2025-07-25T19:31:57.540Z
299299
</div>
300300
<script src="../../../../../prettify.js"></script>
301301
<script>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[271,271,100,18,18,100,3,3,100,271,271,100,"b0f7e777d0cb64278b25a3e42f425e9cdc560201","2025-07-26 00:16:42 +0500"]
1+
[271,271,100,18,18,100,3,3,100,271,271,100,"594f7e8edb504b61ee46d08234699ddccaf2b672","2025-07-26 00:30:56 +0500"]

blas/ext/base/gfind-index/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1><a href="../../../../../index.html">All files</a> blas/ext/base/gfind-index/
146146
<div class='footer quiet pad2 space-top1 center small'>
147147
Code coverage generated by
148148
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149-
at 2025-07-25T19:17:39.794Z
149+
at 2025-07-25T19:31:57.540Z
150150
</div>
151151
<script src="../../../../../prettify.js"></script>
152152
<script>

blas/ext/base/gfind-index/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
265265
<div class='footer quiet pad2 space-top1 center small'>
266266
Code coverage generated by
267267
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
268-
at 2025-07-25T19:17:39.794Z
268+
at 2025-07-25T19:31:57.540Z
269269
</div>
270270
<script src="../../../../../prettify.js"></script>
271271
<script>

blas/ext/base/gfind-index/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
211211
* @param {integer} strideX - stride length
212212
* @param {Callback} clbk - callback function
213213
* @param {*} [thisArg] - execution context
214-
* @returns {Collection} input array
214+
* @returns {integer} index
215215
*
216216
* @example
217217
* function isEven( v ) {
@@ -238,7 +238,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
238238
<div class='footer quiet pad2 space-top1 center small'>
239239
Code coverage generated by
240240
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
241-
at 2025-07-25T19:17:39.794Z
241+
at 2025-07-25T19:31:57.540Z
242242
</div>
243243
<script src="../../../../../prettify.js"></script>
244244
<script>

blas/ext/base/gfind-index/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
250250
* @param {NonNegativeInteger} offsetX - starting index
251251
* @param {Callback} clbk - callback function
252252
* @param {*} [thisArg] - execution context
253-
* @returns {Collection} input array
253+
* @returns {integer} index
254254
*
255255
* @example
256256
* function isEven( v ) {
@@ -295,7 +295,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
295295
<div class='footer quiet pad2 space-top1 center small'>
296296
Code coverage generated by
297297
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
298-
at 2025-07-25T19:17:39.794Z
298+
at 2025-07-25T19:31:57.540Z
299299
</div>
300300
<script src="../../../../../prettify.js"></script>
301301
<script>

0 commit comments

Comments
 (0)