docs: whitespace fix

This commit is contained in:
Michał Matczuk
2017-08-23 16:07:55 +02:00
parent 0aeec73b2a
commit 4025a4d426
4 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ Package `gocqlx` is a Scylla / Cassandra productivity toolkit for `gocql`. It's
similar to what `sqlx` is to `database/sql`.
It contains wrappers over `gocql` types that provide convenience methods which
are useful in the development of database driven applications. Under the
are useful in the development of database driven applications. Under the
hood it uses `sqlx/reflectx` package so `sqlx` models will also work with `gocqlx`.
## Installation