We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb81a6 commit 045a87bCopy full SHA for 045a87b
1 file changed
README.md
@@ -256,8 +256,8 @@ implementations for `uuid`'s `Uuid` type.
256
257
[JSON and JSONB](http://www.postgresql.org/docs/9.4/static/datatype-json.html)
258
support is provided optionally by the `rustc-serialize` feature, which adds
259
-`ToSql` and `FromSql` implementations for `rustc-serialize`'s `Json` type and
260
-the `serde` feature which adds implementations for `serde`'s `json::Value`
+`ToSql` and `FromSql` implementations for `rustc-serialize`'s `Json` type, and
+the `serde` feature, which adds implementations for `serde`'s `json::Value`
261
type.
262
263
### TIMESTAMP/TIMESTAMPTZ types
0 commit comments