Skip to content

Commit fcebc95

Browse files
committed
fix
1 parent a9b6504 commit fcebc95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arrow-array/src/builder/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
//!
184184
//! /// Note: returns StructArray to allow nesting within another array if desired
185185
//! fn finish(&mut self) -> StructArray {
186-
//! let i32 = Arc::new(self.i32.build()) as ArrayRef;
186+
//! let i32 = Arc::new(self.i32.finish()) as ArrayRef;
187187
//! let i32_field = Arc::new(Field::new("i32", DataType::Int32, false));
188188
//!
189189
//! let string = Arc::new(self.string.finish()) as ArrayRef;

0 commit comments

Comments
 (0)