Skip to content

Commit 4199c33

Browse files
committed
Update artifacts
1 parent a028621 commit 4199c33

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: array/base/linspace2d/coverage.ndjson

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[125,125,100,9,9,100,1,1,100,125,125,100,"dd68407ece6e77268810a842940a6b445fe5d6d6","2025-04-07 16:53:23 +0000"]
1+
[125,125,100,9,9,100,1,1,100,125,125,100,"254a0175ce1511c3c9508d941ce1f0eff50b0926","2025-04-07 16:57:14 +0000"]

Diff for: array/base/linspace2d/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1><a href="../../../../index.html">All files</a> array/base/linspace2d/lib</h1
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2025-04-07T16:55:23.637Z
119+
at 2025-04-07T16:59:03.862Z
120120
</div>
121121
<script src="../../../../prettify.js"></script>
122122
<script>

Diff for: array/base/linspace2d/index.js.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
179179
*
180180
* var x = linspace2d( 0, 100, [ 2, 3 ], false );
181181
* // returns [ [ 0, 20, 40 ], [ 60, 80, 100 ] ]
182-
&nbsp;
182+
*
183183
* x = linspace2d( 0, 100, [ 2, 3 ], true );
184184
* // returns [ [ 0, 40, 80 ], [ 20, 60, 100 ] ]
185185
*/
@@ -199,7 +199,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
199199
<div class='footer quiet pad2 space-top1 center small'>
200200
Code coverage generated by
201201
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
202-
at 2025-04-07T16:55:23.637Z
202+
at 2025-04-07T16:59:03.862Z
203203
</div>
204204
<script src="../../../../prettify.js"></script>
205205
<script>

Diff for: array/base/linspace2d/main.js.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
260260
* @param {number} start - first array value
261261
* @param {number} stop - last array value
262262
* @param {NonNegativeIntegerArray} shape - array shape
263-
* @param {boolean} colexicographic - specifies whether the array values should be in colexicographic order
263+
* @param {boolean} colexicographic - specifies whether generated array values should be stored in colexicographic order
264264
* @returns {Array} linearly spaced two-dimensional nested numeric array
265265
*
266266
* @example
@@ -316,7 +316,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
316316
<div class='footer quiet pad2 space-top1 center small'>
317317
Code coverage generated by
318318
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
319-
at 2025-04-07T16:55:23.637Z
319+
at 2025-04-07T16:59:03.862Z
320320
</div>
321321
<script src="../../../../prettify.js"></script>
322322
<script>

0 commit comments

Comments
 (0)