fix spelling

This commit is contained in:
miclill 2019-12-30 15:11:43 +00:00 committed by GitHub
parent bfeecc2c22
commit 20650a9ed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ SQLx is a modern SQL client built from the ground up for Rust, in Rust.
* **Truly Asynchronous**. Built from the ground-up using [async-std] using async streams for maximum concurrency.
* **Type-safe SQL** (if you want it) without DSLs. Use the `query!()` macro to check your SQL and bind parameters at
compile time. (You can stil use dynamic SQL queries if you like.)
compile time. (You can still use dynamic SQL queries if you like.)
* **Pure Rust**. The Postgres and MySQL/MariaDB drivers are written in pure Rust using **zero** unsafe code.