Skip to content

Commit c5475a3

Browse files
committed
Apply readme changes from PR 864 to crate-level rustdoc
1 parent 56cf16f commit c5475a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@
227227
//! });
228228
//! ```
229229
//!
230-
//! This is amazingly convenient but we have the problem we had before with
231-
//! `Value` which is that the IDE and Rust compiler cannot help us if we get it
232-
//! wrong. Serde JSON provides a better way of serializing strongly-typed data
233-
//! structures into JSON text.
230+
//! This is amazingly convenient, but we have the problem we had before with
231+
//! `Value`: the IDE and Rust compiler cannot help us if we get it wrong. Serde
232+
//! JSON provides a better way of serializing strongly-typed data structures
233+
//! into JSON text.
234234
//!
235235
//! # Creating JSON by serializing data structures
236236
//!

0 commit comments

Comments
 (0)