Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
  • Loading branch information
jayzhan211 committed Mar 12, 2024
1 parent 0b7ac91 commit a40b0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/execution/src/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub trait FunctionRegistry {
not_impl_err!("Registering WindowUDF")
}

/// Registers a new [`AnalyzerRule`] at the given index.
/// Registers a new `AnalyzerRule` at the given index.
/// Returns an error if the index is out of bounds.
fn register_analyzer_rule(
&mut self,
Expand Down Expand Up @@ -105,7 +105,7 @@ pub trait FunctionRegistry {
not_impl_err!("Deregistering WindowUDF")
}

/// Deregsiters an [`AnalyzerRule`] at the given index.
/// Deregsiters an `AnalyzerRule` at the given index.
/// Returns an error if the index is out of bounds.
fn deregister_analyzer_rule(&mut self, _index: usize) -> Result<()> {
not_impl_err!("DeRegistering AnalyzerRule")
Expand Down

0 comments on commit a40b0b7

Please sign in to comment.