Skip to content

Commit

Permalink
Update crates/core/src/operations/drop_column.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Guilhem de Viry <[email protected]>
  • Loading branch information
ion-elgreco and guilhem-dvr authored Jul 29, 2024
1 parent 84756e1 commit 33edf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/operations/drop_column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl DropColumnBuilder {
}
}

/// Specify the fields to be added
/// Specify the fields to be removed
pub fn with_fields(mut self, fields: impl IntoIterator<Item = String> + Clone) -> Self {
self.fields = Some(fields.into_iter().collect());
self
Expand Down

0 comments on commit 33edf57

Please sign in to comment.