Skip to content

Commit

Permalink
Update lib/node_modules/@stdlib/array/base/join/lib/main.js
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>
Signed-off-by: Aditya Sapra <110766802+adityacodes30@users.noreply.github.com>
  • Loading branch information
adityacodes30 and Planeshifter authored Mar 5, 2024
1 parent e360058 commit 513c1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/base/join/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function accessors( x, separator ) {
* @private
* @param {Object} x - input array object
* @param {integer} separator - separator
* @returns {string} output array
* @returns {string} joined string
*
* @example
* var x = [ 1, 2, 3, 4 ];
Expand Down

0 comments on commit 513c1b4

Please sign in to comment.