From fd775757ebe1c157ca9e9bea4a2f7fb262664f28 Mon Sep 17 00:00:00 2001 From: Yibo Yan Date: Fri, 10 Jan 2025 17:48:00 -0800 Subject: [PATCH] chore: docs fix Co-authored-by: Andrew Lamb --- arrow-ipc/src/reader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-ipc/src/reader.rs b/arrow-ipc/src/reader.rs index 689ed798ee9..4705db7759c 100644 --- a/arrow-ipc/src/reader.rs +++ b/arrow-ipc/src/reader.rs @@ -553,7 +553,7 @@ unsafe fn create_dictionary_array_internal( } /// Reads the correct number of buffers based on list type and null_count, and creates a -/// list array ref +/// dictionary array ref /// /// Safety: /// `skip_validations` allows the creation of an `ArrayData` without performing the