Skip to content

Commit 6137a05

Browse files
Update matlab/test/arrow/tabular/tTable.m
Co-authored-by: Kevin Gurney <[email protected]>
1 parent dd9e11e commit 6137a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matlab/test/arrow/tabular/tTable.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ function FromRecordBatchesMultipleInputs(testCase)
703703
function FromRecordBatchesInconsistentSchemaError(testCase)
704704
% Verify the arrow.tabular.Table.fromRecordBatches function
705705
% throws an `arrow:Table:FromRecordBatches:InconsistentSchem` exception if the Schemas of the provided
706-
% RecordBatches are not consistent.
706+
% RecordBatches are inconsistent
707707
import arrow.tabular.Table
708708
matlabTable1 = table("A", 1);
709709
matlabTable2 = table(2, "B");

0 commit comments

Comments
 (0)