JulianSchmid / etherparse

A rust library for parsing ethernet & ethernet using protocols.
Apache License 2.0
285 stars 54 forks source link

Fix typo in README.md #68

Closed john-g-g closed 1 year ago

john-g-g commented 1 year ago

packages -> packets

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (3d26ee9) 99.29% compared to head (6fc8d6f) 99.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #68 +/- ## ======================================= Coverage 99.29% 99.29% ======================================= Files 142 142 Lines 35229 35229 ======================================= + Hits 34979 34980 +1 + Misses 250 249 -1 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/JulianSchmid/etherparse/pull/68/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Julian+Schmid)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

JulianSchmid commented 1 year ago

Thank you