Skip to content

Commit 4ef5889

Browse files
committed
style: fix broken rustdoc link to RelationPlanner in operator_statistics
1 parent 1bf4e8b commit 4ef5889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/physical-plan/src/operator_statistics

datafusion/physical-plan/src/operator_statistics/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//!
2020
//! This module provides an extensible mechanism for computing statistics
2121
//! on [`ExecutionPlan`] nodes, following the chain of responsibility pattern
22-
//! similar to [`RelationPlanner`] for SQL parsing.
22+
//! similar to `RelationPlanner` for SQL parsing.
2323
//!
2424
//! # Overview
2525
//!

0 commit comments

Comments
 (0)