@@ -578,7 +578,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
578578* @private
579579* @param {Collection} x - input array
580580* @param {integer} index - element index
581- * @param {*} value - inserting value
581+ * @param {*} value - value to insert
582582* @param {Collection} out - output array
583583* @param {integer} stride - output array stride
584584* @param {NonNegativeInteger} offset - output array offset
@@ -617,7 +617,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
617617* @private
618618* @param {Object} x - input array object
619619* @param {integer} index - element index
620- * @param {*} value - inserting value
620+ * @param {*} value - value to insert
621621* @param {Object} out - output array object
622622* @param {integer} stride - output array stride
623623* @param {NonNegativeInteger} offset - output array offset
@@ -670,7 +670,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
670670* @private
671671* @param {Collection} x - real-valued floating-point input array view
672672* @param {integer} index - element index
673- * @param {ComplexLike} value - inserting value
673+ * @param {ComplexLike} value - value to insert
674674* @param {Collection} out - real-valued floating-point output array view
675675* @param {integer} stride - output array stride
676676* @param {NonNegativeInteger} offset - output array offset
@@ -716,7 +716,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
716716*
717717* @param {Collection} x - input array
718718* @param {integer} index - element index
719- * @param {*} value - inserting value
719+ * @param {*} value - value to insert
720720* @param {Collection} out - output array
721721* @param {integer} stride - output array stride
722722* @param {NonNegativeInteger} offset - output array offset
@@ -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:35:30.027Z
781+ at 2025-04-25T10:40:20.558Z
782782 </ div >
783783 < script src ="../../../../prettify.js "> </ script >
784784 < script >
0 commit comments