Skip to content

Commit

Permalink
Fix issue with ExtensionsOptions docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jan 1, 2025
1 parent 21eb83c commit c433575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/common/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -946,8 +946,8 @@ pub trait ConfigExtension: ExtensionOptions {
const PREFIX: &'static str;
}

/// An object-safe API for storing arbitrary configuration
/// do
/// An object-safe API for storing arbitrary configuration.
///
/// See [`ConfigExtension`] for user defined configuration
pub trait ExtensionOptions: Send + Sync + fmt::Debug + 'static {
/// Return `self` as [`Any`]
Expand Down

0 comments on commit c433575

Please sign in to comment.