@@ -265,8 +265,8 @@ let john = json!({
265
265
});
266
266
```
267
267
268
- This is amazingly convenient but we have the problem we had before with
269
- ` Value ` which is that the IDE and Rust compiler cannot help us if we get it
268
+ This is amazingly convenient, but we have the problem we had before with
269
+ ` Value ` : the IDE and Rust compiler cannot help us if we get it
270
270
wrong. Serde JSON provides a better way of serializing strongly-typed data
271
271
structures into JSON text.
272
272
@@ -328,7 +328,7 @@ Benchmarks live in the [serde-rs/json-benchmark] repo.
328
328
329
329
## Getting help
330
330
331
- Serde is one of the most widely used Rust libraries so any place that Rustaceans
331
+ Serde is one of the most widely used Rust libraries, so any place that Rustaceans
332
332
congregate will be able to help you out. For chat, consider trying the
333
333
[ #rust-questions] or [ #rust-beginners] channels of the unofficial community
334
334
Discord (invite: < https://discord.gg/rust-lang-community > ), the [ #rust-usage] or
@@ -337,7 +337,7 @@ Discord (invite: <https://discord.gg/rust-lang-community>), the [#rust-usage] or
337
337
asynchronous, consider the [ \[ rust\] tag on StackOverflow] [ stackoverflow ] , the
338
338
[ /r/rust] subreddit which has a pinned weekly easy questions post, or the Rust
339
339
[ Discourse forum] [ discourse ] . It's acceptable to file a support issue in this
340
- repo but they tend not to get as many eyes as any of the above and may get
340
+ repo, but they tend not to get as many eyes as any of the above and may get
341
341
closed without a response after some time.
342
342
343
343
[ #rust-questions ] : https://discord.com/channels/273534239310479360/274215136414400513
0 commit comments