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