We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cf16f commit c5475a3Copy full SHA for c5475a3
src/lib.rs
@@ -227,10 +227,10 @@
227
//! });
228
//! ```
229
//!
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.
+//! This is amazingly convenient, but we have the problem we had before with
+//! `Value`: the IDE and Rust compiler cannot help us if we get it wrong. Serde
+//! JSON provides a better way of serializing strongly-typed data structures
+//! into JSON text.
234
235
//! # Creating JSON by serializing data structures
236
0 commit comments