Skip to content

Commit b86655f

Browse files
committed
fix docs case
1 parent 3b61ac3 commit b86655f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)