Skip to content

Commit 88ff810

Browse files
committed
Fix function argument validation syntax
1 parent 0dde75b commit 88ff810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: matlab/src/matlab/+arrow/+c/export.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
function [arrowArrayAddress, arrowSchemaAddress] = export(array)
1919
arguments
20-
array(1, 1) {arrow.array.Array}
20+
array(1, 1) arrow.array.Array
2121
end
2222
addresses = array.exportToC();
2323
arrowArrayAddress = addresses.ArrowArrayAddress;

0 commit comments

Comments
 (0)