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 8ab53e7 commit 2c7c604Copy full SHA for 2c7c604
lib/node_modules/@stdlib/plot/table/unicode/lib/props/borders/set.js
@@ -36,7 +36,7 @@ var NUM_BORDERS = 4;
36
* Sets the table's border characters.
37
*
38
* @private
39
-* @param {string} borders - borders string
+* @param {Array<string>} borders - border characters
40
* @throws {TypeError} must be an array of four strings
41
*/
42
function set( borders ) {
lib/node_modules/@stdlib/plot/table/unicode/lib/props/headers/set.js
@@ -29,7 +29,7 @@ var parseHeaders = require( './../../parser/parse_headers.js' );
29
// MAIN //
30
31
/**
32
-* Sets the table data.
+* Sets the table headers.
33
34
35
* @param {Collection} headers - table headers
0 commit comments