Skip to content

Commit f11b4be

Browse files
committed
Update checkConfig.m
1 parent 40f56fc commit f11b4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

+types/+util/+dynamictable/checkConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function checkConfig(DynamicTable, ignoreList)
5252
formatSpec = sprintf(' %%-%ds %%d', max(strlength(columnNames)));
5353
assert(isscalar(tableHeight), ...
5454
'NWB:DynamicTable:CheckConfig:InvalidShape', ...
55-
['Invalid table: all columns must have the same height.\n\n' ...
55+
['Invalid table: all columns must have the same height (number of rows).\n\n' ...
5656
'Detected column heights:\n' ...
5757
strjoin( compose(formatSpec, columnNames, columnHeights), newline) ]);
5858

0 commit comments

Comments
 (0)