Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlSchlo committed Jan 29, 2025
1 parent 63eb297 commit 3a63f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optd-core/src/rules/transformation/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub trait TransformationRule {
/// TODO: Ideally this should return a `Stream` instead of a fully materialized Vector.
async fn check_pattern(&self, expr: LogicalExpression, memo: &Memo) -> Vec<PartialLogicalPlan>;

/// Applys modifications to a partially materialized logical plan.
/// Applies modifications to a partially materialized logical plan.
///
/// These changes can create new logical or scalar expressions. However, note that
/// transformation rules will _not_ create new physical expressions.
Expand Down

0 comments on commit 3a63f48

Please sign in to comment.