This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e7c40c14a1 chore: update RunArray reference in run_iterator.rs (#5892)
3e7c40c14a1 is described below

commit 3e7c40c14a1c5b8b3332a490af8de59452b8b9a5
Author: Alex Huang <[email protected]>
AuthorDate: Sun Jun 16 00:59:23 2024 +0800

    chore: update RunArray reference in run_iterator.rs (#5892)
---
 arrow-array/src/run_iterator.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow-array/src/run_iterator.rs b/arrow-array/src/run_iterator.rs
index 7a98fccb73b..2922bf04dd2 100644
--- a/arrow-array/src/run_iterator.rs
+++ b/arrow-array/src/run_iterator.rs
@@ -15,7 +15,7 @@
 // specific language governing permissions and limitations
 // under the License.
 
-//! Idiomatic iterator for [`RunArray`](crate::Array)
+//! Idiomatic iterator for [`RunArray`](crate::RunArray)
 
 use crate::{array::ArrayAccessor, types::RunEndIndexType, Array, 
TypedRunArray};
 use arrow_buffer::ArrowNativeType;

Reply via email to