Skip to content

Commit 842e1ba

Browse files
authored
fix: typo in FAQ.md (#1955)
1 parent 9ca1fbf commit 842e1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ let foo_ints: Vec<i64> = vec![/* ... */];
127127
sqlx::query!(
128128
"
129129
INSERT INTO foo(text_column, bool_column, int_column)
130-
SELECT * FROM UNNEST($1::text[], $2::bool[], $3::int8[]])
130+
SELECT * FROM UNNEST($1::text[], $2::bool[], $3::int8[])
131131
",
132132
&foo_texts[..],
133133
&foo_bools[..],

0 commit comments

Comments
 (0)