summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/table/dist/calculateRowHeightIndex.js.flow
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/table/dist/calculateRowHeightIndex.js.flow')
-rw-r--r--tools/node_modules/eslint/node_modules/table/dist/calculateRowHeightIndex.js.flow2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/node_modules/table/dist/calculateRowHeightIndex.js.flow b/tools/node_modules/eslint/node_modules/table/dist/calculateRowHeightIndex.js.flow
index 2687902648..063ae4d80b 100644
--- a/tools/node_modules/eslint/node_modules/table/dist/calculateRowHeightIndex.js.flow
+++ b/tools/node_modules/eslint/node_modules/table/dist/calculateRowHeightIndex.js.flow
@@ -5,7 +5,7 @@ import calculateCellHeight from './calculateCellHeight';
* Calculates the vertical row span index.
*
* @param {Array[]} rows
- * @param {Object} config
+ * @param {object} config
* @returns {number[]}
*/
export default (rows, config) => {