Skip to content

Commit

Permalink
fix: typo in FAQ.md (#1955)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkoooo authored Jul 9, 2022
1 parent 9ca1fbf commit 842e1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ let foo_ints: Vec<i64> = vec![/* ... */];
sqlx::query!(
"
INSERT INTO foo(text_column, bool_column, int_column)
SELECT * FROM UNNEST($1::text[], $2::bool[], $3::int8[]])
SELECT * FROM UNNEST($1::text[], $2::bool[], $3::int8[])
",
&foo_texts[..],
&foo_bools[..],
Expand Down

0 comments on commit 842e1ba

Please sign in to comment.