Skip to content

Commit dd9e11e

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

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
@@ -702,7 +702,7 @@ function FromRecordBatchesMultipleInputs(testCase)
702702

703703
function FromRecordBatchesInconsistentSchemaError(testCase)
704704
% Verify the arrow.tabular.Table.fromRecordBatches function
705-
% throws an exception if the Schemas of the provided
705+
% throws an `arrow:Table:FromRecordBatches:InconsistentSchem` exception if the Schemas of the provided
706706
% RecordBatches are not consistent.
707707
import arrow.tabular.Table
708708
matlabTable1 = table("A", 1);

0 commit comments

Comments
 (0)