diff --git a/README.md b/README.md index fb231bb3..1df232a1 100644 --- a/README.md +++ b/README.md @@ -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!(