We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d91aa4 commit c5dc444Copy full SHA for c5dc444
src/lib/index.js
@@ -1246,11 +1246,10 @@ lib.ensureUniformFontSize = function(gd, baseFont) {
1246
};
1247
1248
/**
1249
- * provide a human-readable lists with an optional ending separator such as A, B, C and D
+ * provide a human-readable list e.g. "A, B, C and D" with an ending separator
1250
*
1251
* @param {array} arr : the array to join
1252
* @param {string} mainSeparator : main separator
1253
- * @param {string} lastSeparator : optional last separator
1254
1255
* @return {string} : joined list
1256
*/
0 commit comments