Skip to content

Commit

Permalink
Update macros.rs (#1657)
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
p9s authored Feb 8, 2022
1 parent 2182925 commit f3ac717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
///
/// In Postgres and MySQL you may also use `IS [NOT] DISTINCT FROM` to compare with a possibly
/// `NULL` value. In MySQL `IS NOT DISTINCT FROM` can be shortened to `<=>`.
/// In SQLite you can us `IS` or `IS NOT`. Note that operator precedence may be different.
/// In SQLite you can use `IS` or `IS NOT`. Note that operator precedence may be different.
///
/// ## Nullability: Output Columns
/// In most cases, the database engine can tell us whether or not a column may be `NULL`, and
Expand Down

0 comments on commit f3ac717

Please sign in to comment.