Skip to content

Commit 6ab0efb

Browse files
authored
Merge pull request #45 from yerke/patch-2
fix a typo
2 parents 3548e59 + aea7106 commit 6ab0efb

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
@@ -62,7 +62,7 @@ let is_active: bool = row.get("is_active");
6262
```
6363

6464
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).
65+
infer output types. The result of `query!` is an anonymous struct (or named tuple).
6666

6767
```rust
6868
let countries = sqlx::query!(

0 commit comments

Comments
 (0)