Skip to content

Commit 045a87b

Browse files
committed
grammar
1 parent 7cb81a6 commit 045a87b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ implementations for `uuid`'s `Uuid` type.
256256

257257
[JSON and JSONB](http://www.postgresql.org/docs/9.4/static/datatype-json.html)
258258
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`
259+
`ToSql` and `FromSql` implementations for `rustc-serialize`'s `Json` type, and
260+
the `serde` feature, which adds implementations for `serde`'s `json::Value`
261261
type.
262262

263263
### TIMESTAMP/TIMESTAMPTZ types

0 commit comments

Comments
 (0)