Skip to content

Commit 56cf16f

Browse files
committed
Merge pull request 864 from novedevo/patch-1
2 parents 7025523 + 16b68b0 commit 56cf16f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ let john = json!({
265265
});
266266
```
267267

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
270270
wrong. Serde JSON provides a better way of serializing strongly-typed data
271271
structures into JSON text.
272272

@@ -328,7 +328,7 @@ Benchmarks live in the [serde-rs/json-benchmark] repo.
328328

329329
## Getting help
330330

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
332332
congregate will be able to help you out. For chat, consider trying the
333333
[#rust-questions] or [#rust-beginners] channels of the unofficial community
334334
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
337337
asynchronous, consider the [\[rust\] tag on StackOverflow][stackoverflow], the
338338
[/r/rust] subreddit which has a pinned weekly easy questions post, or the Rust
339339
[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
341341
closed without a response after some time.
342342

343343
[#rust-questions]: https://discord.com/channels/273534239310479360/274215136414400513

0 commit comments

Comments
 (0)