Skip to content

Commit

Permalink
doc example mistype (#904) (#918)
Browse files Browse the repository at this point in the history
Co-authored-by: kingeasternsun <kingeasternsun@gmail.com>
  • Loading branch information
alamb and kingeasternsun committed Nov 5, 2021
1 parent 34c5eab commit 8b95fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/csv/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
//! Field::new("c1", DataType::Utf8, false),
//! Field::new("c2", DataType::Float64, true),
//! Field::new("c3", DataType::UInt32, false),
//! Field::new("c3", DataType::Boolean, true),
//! Field::new("c4", DataType::Boolean, true),
//! ]);
//! let c1 = StringArray::from(vec![
//! "Lorem ipsum dolor sit amet",
Expand Down

0 comments on commit 8b95fe0

Please sign in to comment.