Skip to content

Commit d5fd591

Browse files
committed
Tweak readme phrasing
1 parent 9da032a commit d5fd591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,13 @@ types. The driver currently supports the following conversions:
254254
More conversions can be defined by implementing the `ToSql` and `FromSql`
255255
traits.
256256

257-
Support for Postgres arrays is located in the
257+
Support for array types is located in the
258258
[postgres-array](https://github.com/sfackler/rust-postgres-array) crate.
259259

260-
Support for Postgres ranges is located in the
260+
Support for range types is located in the
261261
[postgres-range](https://github.com/sfackler/rust-postgres-range) crate.
262262

263-
Support for Postgres large objects is located in the
263+
Support for the large object API is located in the
264264
[postgres-large-object](https://github.com/sfackler/rust-postgres-large-object) crate.
265265

266266
## Optional features

0 commit comments

Comments
 (0)