Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Nov 24, 2024
1 parent 48c55e0 commit 6ec5f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-io/src/cloud/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ where
{
Ok(config
.into_iter()
// Silenty ignores custom upstream storage_options
// Silently ignores custom upstream storage_options
.filter_map(|(key, val)| {
T::from_str(key.as_ref().to_ascii_lowercase().as_str())
.ok()
Expand Down

0 comments on commit 6ec5f32

Please sign in to comment.