Skip to content

Commit

Permalink
Update arrow-array/src/builder/generic_bytes_dictionary_builder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Barron <kylebarron2@gmail.com>
  • Loading branch information
adriangb and kylebarron authored Oct 10, 2024
1 parent ec7d8ee commit f8c1c00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ where
self.keys_builder.append_null()
}

/// Infalibly append `n` null slots into the builder
/// Infallibly append `n` null slots into the builder
#[inline]
pub fn append_nulls(&mut self, n: usize) {
self.keys_builder.append_nulls(n)
Expand Down

0 comments on commit f8c1c00

Please sign in to comment.