Skip to content

Commit

Permalink
Fix docstring for Format::with_header (#6856)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Dec 7, 2024
1 parent a7b482e commit 71c5d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-csv/src/reader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ pub struct Format {
}

impl Format {
/// Specify whether the CSV file has a header, defaults to `true`
/// Specify whether the CSV file has a header, defaults to `false`
///
/// When `true`, the first row of the CSV file is treated as a header row
pub fn with_header(mut self, has_header: bool) -> Self {
Expand Down

0 comments on commit 71c5d34

Please sign in to comment.