diff --git a/src/utils.js b/src/utils.js index bb35bfe..3b6be35 100644 --- a/src/utils.js +++ b/src/utils.js @@ -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) {