Skip to content

Commit d544a63

Browse files
committed
fix docs case
1 parent 2b21f54 commit d544a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/optimizer/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub fn split_conjunction_owned(expr: Expr) -> Vec<Expr> {
177177
/// ];
178178
///
179179
/// // use split_binary_owned to split them
180-
/// assert_eq!(split_binary_owned(expr, Operator::Plus), split);
180+
/// assert_eq!(split_binary_owned(expr, &Operator::Plus), split);
181181
/// ```
182182
#[deprecated(
183183
since = "34.0.0",

0 commit comments

Comments
 (0)