Skip to content

Commit

Permalink
Update datafusion/common/src/config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead authored Dec 13, 2024
1 parent 66c3cd5 commit 9a35746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/common/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use crate::{DataFusionError, Result};
/// [`Default`] and [`ConfigField`] for it, allowing it to be used
/// in the [`ConfigOptions`] configuration tree.
///
/// transform is be used to normalize the value before parsing.
/// `transform` is be used to normalize the value before parsing.
///
/// For example,
///
Expand Down

0 comments on commit 9a35746

Please sign in to comment.