Skip to content

Commit 2a443a8

Browse files
committed
Update artifacts
1 parent 30ebbef commit 2a443a8

18 files changed

+30
-30
lines changed

ndarray/base/any-by/0d.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
265265
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
266266
* @param {Function} predicate - predicate function
267267
* @param {*} thisArg - predicate function execution context
268-
* @returns {boolean} boolean indicating whether at least one element pass a test
268+
* @returns {boolean} boolean indicating whether at least one element passes a test
269269
*
270270
* @example
271271
* var Float64Array = require( '@stdlib/array/float64' );
@@ -319,7 +319,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
319319
<div class='footer quiet pad2 space-top1 center small'>
320320
Code coverage generated by
321321
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
322-
at 2025-07-17T20:51:49.572Z
322+
at 2025-07-17T21:33:44.771Z
323323
</div>
324324
<script src="../../../../prettify.js"></script>
325325
<script>

ndarray/base/any-by/0d_accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
272272
* @param {Array&lt;Function&gt;} x.accessors - data buffer accessors
273273
* @param {Function} predicate - predicate function
274274
* @param {*} thisArg - predicate function execution context
275-
* @returns {boolean} boolean indicating whether at least one element pass a test
275+
* @returns {boolean} boolean indicating whether at least one element passes a test
276276
*
277277
* @example
278278
* var toAccessorArray = require( '@stdlib/array/base/to-accessor-array' );
@@ -328,7 +328,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
328328
<div class='footer quiet pad2 space-top1 center small'>
329329
Code coverage generated by
330330
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
331-
at 2025-07-17T20:51:49.572Z
331+
at 2025-07-17T21:33:44.771Z
332332
</div>
333333
<script src="../../../../prettify.js"></script>
334334
<script>

ndarray/base/any-by/1d.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
309309
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
310310
* @param {Function} predicate - predicate function
311311
* @param {*} thisArg - predicate function execution context
312-
* @returns {boolean} boolean indicating whether at least one element pass a test
312+
* @returns {boolean} boolean indicating whether at least one element passes a test
313313
*
314314
* @example
315315
* var Float64Array = require( '@stdlib/array/float64' );
@@ -385,7 +385,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
385385
<div class='footer quiet pad2 space-top1 center small'>
386386
Code coverage generated by
387387
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
388-
at 2025-07-17T20:51:49.572Z
388+
at 2025-07-17T21:33:44.771Z
389389
</div>
390390
<script src="../../../../prettify.js"></script>
391391
<script>

ndarray/base/any-by/1d_accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
324324
* @param {Array&lt;Function&gt;} x.accessors - data buffer accessors
325325
* @param {Function} predicate - predicate function
326326
* @param {*} thisArg - predicate function execution context
327-
* @returns {boolean} boolean indicating whether at least one element pass a test
327+
* @returns {boolean} boolean indicating whether at least one element passes a test
328328
*
329329
* @example
330330
* var toAccessorArray = require( '@stdlib/array/base/to-accessor-array' );
@@ -406,7 +406,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
406406
<div class='footer quiet pad2 space-top1 center small'>
407407
Code coverage generated by
408408
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
409-
at 2025-07-17T20:51:49.572Z
409+
at 2025-07-17T21:33:44.771Z
410410
</div>
411411
<script src="../../../../prettify.js"></script>
412412
<script>

ndarray/base/any-by/2d.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
379379
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
380380
* @param {Function} predicate - predicate function
381381
* @param {*} thisArg - predicate function execution context
382-
* @returns {boolean} boolean indicating whether at least one element pass a test
382+
* @returns {boolean} boolean indicating whether at least one element passes a test
383383
*
384384
* @example
385385
* var Float64Array = require( '@stdlib/array/float64' );
@@ -478,7 +478,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
478478
<div class='footer quiet pad2 space-top1 center small'>
479479
Code coverage generated by
480480
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
481-
at 2025-07-17T20:51:49.572Z
481+
at 2025-07-17T21:33:44.771Z
482482
</div>
483483
<script src="../../../../prettify.js"></script>
484484
<script>

ndarray/base/any-by/2d_accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
394394
* @param {Array&lt;Function&gt;} x.accessors - data buffer accessors
395395
* @param {Function} predicate - predicate function
396396
* @param {*} thisArg - predicate function execution context
397-
* @returns {boolean} boolean indicating whether at least one element pass a test
397+
* @returns {boolean} boolean indicating whether at least one element passes a test
398398
*
399399
* @example
400400
* var toAccessorArray = require( '@stdlib/array/base/to-accessor-array' );
@@ -499,7 +499,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
499499
<div class='footer quiet pad2 space-top1 center small'>
500500
Code coverage generated by
501501
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
502-
at 2025-07-17T20:51:49.572Z
502+
at 2025-07-17T21:33:44.771Z
503503
</div>
504504
<script src="../../../../prettify.js"></script>
505505
<script>

ndarray/base/any-by/2d_blocked.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
431431
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
432432
* @param {Function} predicate - predicate function
433433
* @param {*} thisArg - predicate function execution context
434-
* @returns {boolean} boolean indicating whether at least one element pass a test
434+
* @returns {boolean} boolean indicating whether at least one element passes a test
435435
*
436436
* @example
437437
* var Float64Array = require( '@stdlib/array/float64' );
@@ -556,7 +556,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
556556
<div class='footer quiet pad2 space-top1 center small'>
557557
Code coverage generated by
558558
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
559-
at 2025-07-17T20:51:49.572Z
559+
at 2025-07-17T21:33:44.771Z
560560
</div>
561561
<script src="../../../../prettify.js"></script>
562562
<script>

ndarray/base/any-by/2d_blocked_accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
446446
* @param {Array&lt;Function&gt;} x.accessors - data buffer accessors
447447
* @param {Function} predicate - predicate function
448448
* @param {*} thisArg - predicate function execution context
449-
* @returns {boolean} boolean indicating whether at least one element pass a test
449+
* @returns {boolean} boolean indicating whether at least one element passes a test
450450
*
451451
* @example
452452
* var toAccessorArray = require( '@stdlib/array/base/to-accessor-array' );
@@ -577,7 +577,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
577577
<div class='footer quiet pad2 space-top1 center small'>
578578
Code coverage generated by
579579
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
580-
at 2025-07-17T20:51:49.572Z
580+
at 2025-07-17T21:33:44.771Z
581581
</div>
582582
<script src="../../../../prettify.js"></script>
583583
<script>

ndarray/base/any-by/3d.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
399399
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
400400
* @param {Function} predicate - predicate function
401401
* @param {*} thisArg - predicate function execution context
402-
* @returns {boolean} boolean indicating whether at least one element pass a test
402+
* @returns {boolean} boolean indicating whether at least one element passes a test
403403
*
404404
* @example
405405
* var Float64Array = require( '@stdlib/array/float64' );
@@ -508,7 +508,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
508508
<div class='footer quiet pad2 space-top1 center small'>
509509
Code coverage generated by
510510
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
511-
at 2025-07-17T20:51:49.572Z
511+
at 2025-07-17T21:33:44.771Z
512512
</div>
513513
<script src="../../../../prettify.js"></script>
514514
<script>

ndarray/base/any-by/3d_accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
414414
* @param {Array&lt;Function&gt;} x.accessors - data buffer accessors
415415
* @param {Function} predicate - predicate function
416416
* @param {*} thisArg - predicate function execution context
417-
* @returns {boolean} boolean indicating whether at least one element pass a test
417+
* @returns {boolean} boolean indicating whether at least one element passes a test
418418
*
419419
* @example
420420
* var toAccessorArray = require( '@stdlib/array/base/to-accessor-array' );
@@ -529,7 +529,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
529529
<div class='footer quiet pad2 space-top1 center small'>
530530
Code coverage generated by
531531
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
532-
at 2025-07-17T20:51:49.572Z
532+
at 2025-07-17T21:33:44.771Z
533533
</div>
534534
<script src="../../../../prettify.js"></script>
535535
<script>

0 commit comments

Comments
 (0)