Skip to content

Commit

Permalink
Merge pull request #549 from cemremengu/patch-2
Browse files Browse the repository at this point in the history
docs: fix ilike typo
  • Loading branch information
ikrivosheev authored Dec 13, 2022
2 parents 71431e5 + 14bfb8f commit 008e7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/postgres/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pub trait PgExpr: Expression {
self.bin_op(PgBinOper::Contained, expr)
}

/// Express a `LIKE` expression.
/// Express a `ILIKE` expression.
///
/// # Examples
///
Expand Down

0 comments on commit 008e7f7

Please sign in to comment.