Merge pull request #45 from yerke/patch-2

fix a typo
This commit is contained in:
Ryan Leckey 2020-01-12 10:57:35 -08:00 committed by GitHub
commit 6ab0efb54f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ let is_active: bool = row.get("is_active");
```
The `sqlx::query!` macro prepares the SQL query and interprets the result in order to constrain input types and
infer output types. The result of `query!` is an anoymous struct (or named tuple).
infer output types. The result of `query!` is an anonymous struct (or named tuple).
```rust
let countries = sqlx::query!(