Skip to content

Commit

Permalink
Update matlab/src/matlab/+arrow/+io/+ipc/RecordBatchWriter.m
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Gurney <[email protected]>
  • Loading branch information
sgilmore10 and kevingurney authored Dec 4, 2024
1 parent 86092fc commit 6dbb881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/src/matlab/+arrow/+io/+ipc/RecordBatchWriter.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function write(obj, tabularObj)
obj.writeTable(tabularObj);
else
id = "arrow:matlab:io:ipc:write:InvalidType";
msg = "tabularObj input argument must be an instance of " + ...
msg = "Input must be an instance of " + ...
"either arrow.tabular.RecordBatch or arrow.tabular.Table.";
error(id, msg);
end
Expand Down

0 comments on commit 6dbb881

Please sign in to comment.