Skip to content

Commit d790611

Browse files
committed
Update artifacts
1 parent 83b54b4 commit d790611

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

math/base/special/wrap/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
[236,236,100,21,21,100,2,2,100,236,236,100,"a294334209d981a41f61bda8fd222e1c555f0c5a","2024-09-06 16:11:50 -0700"]
33
[236,236,100,21,21,100,2,2,100,236,236,100,"1de4fb47e423e6ed0b9777cbb1194245ba1fe349","2025-02-24 16:57:01 -0800"]
44
[236,236,100,21,21,100,2,2,100,236,236,100,"ae963e14fa197282ac501261a0d08b04a0e0f4a5","2025-04-08 21:14:41 -0700"]
5+
[236,236,100,21,21,100,2,2,100,236,236,100,"bef362efc111b0109adf21c219b08a407417d1f7","2025-06-01 12:34:01 -0700"]

math/base/special/wrap/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1><a href="../../../../../index.html">All files</a> math/base/special/wrap/lib
131131
<div class='footer quiet pad2 space-top1 center small'>
132132
Code coverage generated by
133133
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134-
at 2025-04-09T04:17:13.322Z
134+
at 2025-06-01T19:36:24.712Z
135135
</div>
136136
<script src="../../../../../prettify.js"></script>
137137
<script>

math/base/special/wrap/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
212212
'use strict';
213213
&nbsp;
214214
/**
215-
* Wrap a value on the half-open interval `[min,max)`.
215+
* Wrap a value to the half-open interval `[min,max)`.
216216
*
217217
* @module @stdlib/math/base/special/wrap
218218
*
@@ -262,7 +262,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
262262
<div class='footer quiet pad2 space-top1 center small'>
263263
Code coverage generated by
264264
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
265-
at 2025-04-09T04:17:13.322Z
265+
at 2025-06-01T19:36:24.712Z
266266
</div>
267267
<script src="../../../../../prettify.js"></script>
268268
<script>

math/base/special/wrap/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
292292
// MAIN //
293293
&nbsp;
294294
/**
295-
* Wraps a value on the half-open interval `[min,max)`.
295+
* Wraps a value to the half-open interval `[min,max)`.
296296
*
297297
* @param {number} v - input value
298298
* @param {number} min - minimum value
@@ -370,7 +370,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
370370
<div class='footer quiet pad2 space-top1 center small'>
371371
Code coverage generated by
372372
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
373-
at 2025-04-09T04:17:13.322Z
373+
at 2025-06-01T19:36:24.712Z
374374
</div>
375375
<script src="../../../../../prettify.js"></script>
376376
<script>

math/base/special/wrap/native.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
235235
// MAIN //
236236
&nbsp;
237237
/**
238-
* Wraps a value on the half-open interval `[min,max)`.
238+
* Wraps a value to the half-open interval `[min,max)`.
239239
*
240240
* @private
241241
* @param {number} v - input value
@@ -286,7 +286,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
286286
<div class='footer quiet pad2 space-top1 center small'>
287287
Code coverage generated by
288288
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
289-
at 2025-04-09T04:17:13.322Z
289+
at 2025-06-01T19:36:24.712Z
290290
</div>
291291
<script src="../../../../../prettify.js"></script>
292292
<script>

0 commit comments

Comments
 (0)