fix a typo

This commit is contained in:
Yerkebulan Tulibergenov 2020-01-11 22:22:24 -08:00 committed by GitHub
parent 2a19ab746b
commit aea7106112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,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!(