Skip to content

Commit

Permalink
fix jsdoc type
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Jun 21, 2021
1 parent df6e03e commit 1704d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function iconForDifference(delta, originalSize) {

/**
* Create a Markdown table from text rows
* @param {string[]} rows
* @param {string[][]} rows
*/
function markdownTable(rows) {
if (rows.length == 0) {
Expand Down

0 comments on commit 1704d91

Please sign in to comment.