jonasbb / serde_with

This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`-annotation.
https://docs.rs/serde_with
Apache License 2.0
638 stars 67 forks source link

Fix various small typos & grammar #708

Closed akx closed 6 months ago

akx commented 6 months ago

This PR just fixes a bunch of small typos and grammatical issues – no functional changes. Thank you for the work on this library!

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 65.64%. Comparing base (ed92857) to head (2c55ddf). Report is 18 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #708 +/- ## ======================================= Coverage 65.64% 65.64% ======================================= Files 38 38 Lines 2343 2343 ======================================= Hits 1538 1538 Misses 805 805 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.