Skip to content

Commit 2c7c604

Browse files
committed
docs: update jsdoc
Signed-off-by: Snehil Shah <snehilshah.989@gmail.com>
1 parent 8ab53e7 commit 2c7c604

File tree

2 files changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/plot/table/unicode/lib/props

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/plot/table/unicode/lib/props/borders/set.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var NUM_BORDERS = 4;
3636
* Sets the table's border characters.
3737
*
3838
* @private
39-
* @param {string} borders - borders string
39+
* @param {Array<string>} borders - border characters
4040
* @throws {TypeError} must be an array of four strings
4141
*/
4242
function set( borders ) {

lib/node_modules/@stdlib/plot/table/unicode/lib/props/headers/set.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var parseHeaders = require( './../../parser/parse_headers.js' );
2929
// MAIN //
3030

3131
/**
32-
* Sets the table data.
32+
* Sets the table headers.
3333
*
3434
* @private
3535
* @param {Collection} headers - table headers

0 commit comments

Comments
 (0)