Skip to content

Commit aea7106

Browse files
authored
fix a typo
1 parent 2a19ab7 commit aea7106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ let is_active: bool = row.get("is_active");
6060
```
6161

6262
The `sqlx::query!` macro prepares the SQL query and interprets the result in order to constrain input types and
63-
infer output types. The result of `query!` is an anoymous struct (or named tuple).
63+
infer output types. The result of `query!` is an anonymous struct (or named tuple).
6464

6565
```rust
6666
let countries = sqlx::query!(

0 commit comments

Comments
 (0)