There was an error while loading. Please reload this page.
1 parent 2182925 commit f3ac717Copy full SHA for f3ac717
src/macros.rs
@@ -107,7 +107,7 @@
107
///
108
/// In Postgres and MySQL you may also use `IS [NOT] DISTINCT FROM` to compare with a possibly
109
/// `NULL` value. In MySQL `IS NOT DISTINCT FROM` can be shortened to `<=>`.
110
-/// 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.
111
112
/// ## Nullability: Output Columns
113
/// In most cases, the database engine can tell us whether or not a column may be `NULL`, and
0 commit comments