Skip to content

Commit be6fb5b

Browse files
committed
Update artifacts
1 parent 9d67c7a commit be6fb5b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

array/base/to-inserted-at/assign.js.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
573573
// FUNCTIONS //
574574
&nbsp;
575575
/**
576-
* Copies elements from one array to another array and inserts the element at the specified index to a provided value.
576+
* Copies elements from one array to another array and with a provided value inserted at a specified index.
577577
*
578578
* @private
579579
* @param {Collection} x - input array
@@ -612,7 +612,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
612612
}
613613
&nbsp;
614614
/**
615-
* Copies elements from one accessor array to another accessor array and inserts the element at the specified index to a provided value.
615+
* Copies elements from one accessor array to another accessor array and with a provided value inserted at a specified index.
616616
*
617617
* @private
618618
* @param {Object} x - input array object
@@ -665,7 +665,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
665665
}
666666
&nbsp;
667667
/**
668-
* Copies elements from one complex array to another complex array and inserts the element at the specified index to a provided value.
668+
* Copies elements from one complex array to another complex array and with a provided value inserted at a specified index.
669669
*
670670
* @private
671671
* @param {Collection} x - real-valued floating-point input array view
@@ -712,7 +712,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
712712
// MAIN //
713713
&nbsp;
714714
/**
715-
* Copies elements from one array to another array and inserts the element at the specified index to a provided value.
715+
* Copies elements from one array to another array and with a provided value inserted at a specified index.
716716
*
717717
* @param {Collection} x - input array
718718
* @param {integer} index - element index
@@ -778,7 +778,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
778778
<div class='footer quiet pad2 space-top1 center small'>
779779
Code coverage generated by
780780
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
781-
at 2025-04-25T10:44:01.257Z
781+
at 2025-04-25T10:50:17.169Z
782782
</div>
783783
<script src="../../../../prettify.js"></script>
784784
<script>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[368,368,100,31,31,100,5,5,100,368,368,100,"128a273523637986266ba89383dd815d0044f27e","2025-04-25 16:10:37 +0530"]
1+
[368,368,100,31,31,100,5,5,100,368,368,100,"ae6c33fa325d18e3b4f6f2080bcfb54d41d83001","2025-04-25 16:18:00 +0530"]

array/base/to-inserted-at/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> array/base/to-inserted-at/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-25T10:44:01.257Z
134+
at 2025-04-25T10:50:17.169Z
135135
</div>
136136
<script src="../../../../prettify.js"></script>
137137
<script>

array/base/to-inserted-at/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">array/
212212
'use strict';
213213
&nbsp;
214214
/**
215-
* Return a new array with the element at the specified index inserted with a provided value.
215+
* Return a new array containing every element from an input array, with a provided value inserted at a specified index.
216216
*
217217
* @module @stdlib/array/base/to-inserted-at
218218
*
@@ -262,7 +262,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
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-25T10:44:01.257Z
265+
at 2025-04-25T10:50:17.169Z
266266
</div>
267267
<script src="../../../../prettify.js"></script>
268268
<script>

array/base/to-inserted-at/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
231231
// MAIN //
232232
&nbsp;
233233
/**
234-
* Returns a new array with the element at the specified index inserted with a provided value.
234+
* Returns a new array containing every element from an input array, with a provided value inserted at a specified index.
235235
*
236236
* @param {Collection} x - input array
237237
* @param {integer} index - element index
@@ -274,7 +274,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
274274
<div class='footer quiet pad2 space-top1 center small'>
275275
Code coverage generated by
276276
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
277-
at 2025-04-25T10:44:01.257Z
277+
at 2025-04-25T10:50:17.169Z
278278
</div>
279279
<script src="../../../../prettify.js"></script>
280280
<script>

0 commit comments

Comments
 (0)