We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3548e59 + aea7106 commit 6ab0efbCopy full SHA for 6ab0efb
README.md
@@ -62,7 +62,7 @@ let is_active: bool = row.get("is_active");
62
```
63
64
The `sqlx::query!` macro prepares the SQL query and interprets the result in order to constrain input types and
65
-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).
66
67
```rust
68
let countries = sqlx::query!(
0 commit comments