Skip to content

Commit e10d72b

Browse files
authored
fix: doc issue, stray ' (#1445)
## What changes are proposed in this pull request? Tiny fix so the doc tests don't fail ## How was this change tested? doc tests
1 parent 5624a6a commit e10d72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/expressions/transforms.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use crate::utils::CowExt as _;
1616
/// * `Some(Cow::Borrowed)` -- The input was not transformed.
1717
/// * `None` -- The input was filtered out and the parent should be updated to not reference it.
1818
///
19-
/// The transform can start from the generic [`Self::transform_expr`] or [`Self::transform_pred`'],
19+
/// The transform can start from the generic [`Self::transform_expr`] or [`Self::transform_pred`],
2020
/// or directly from a specific expression/predicate variant (e.g. [`Self::transform_expr_column`]
2121
/// for [`ColumnName`], [`Self::transform_pred_unary`] for [`UnaryPredicate`]).
2222
///

0 commit comments

Comments
 (0)