Skip to content

Commit f3ac717

Browse files
authored
Update macros.rs (launchbadge#1657)
typo fix
1 parent 2182925 commit f3ac717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
///
108108
/// In Postgres and MySQL you may also use `IS [NOT] DISTINCT FROM` to compare with a possibly
109109
/// `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.
110+
/// In SQLite you can use `IS` or `IS NOT`. Note that operator precedence may be different.
111111
///
112112
/// ## Nullability: Output Columns
113113
/// In most cases, the database engine can tell us whether or not a column may be `NULL`, and

0 commit comments

Comments
 (0)