From c47b47af23d6138ca8f9eca7eaf795b163cb26ac Mon Sep 17 00:00:00 2001 From: Sarah Gilmore <74676073+sgilmore10@users.noreply.github.com> Date: Tue, 14 May 2024 15:56:40 -0400 Subject: [PATCH] Update matlab/src/matlab/+arrow/+c/Array.m Co-authored-by: Kevin Gurney --- matlab/src/matlab/+arrow/+c/Array.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/src/matlab/+arrow/+c/Array.m b/matlab/src/matlab/+arrow/+c/Array.m index 601a95ee28dbe..574fca9afebd8 100644 --- a/matlab/src/matlab/+arrow/+c/Array.m +++ b/matlab/src/matlab/+arrow/+c/Array.m @@ -1,4 +1,4 @@ -%ARRAY Wrapper for an ArrowArray C struct pointer. +%ARRAY Wrapper for an Arrow C Data Interface format ArrowArray C struct pointer. % Licensed to the Apache Software Foundation (ASF) under one or more % contributor license agreements. See the NOTICE file distributed with