Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in Spec.md enum example #630

Merged
merged 1 commit into from
Apr 7, 2023

Conversation

bigbass1997
Copy link
Contributor

In the Enums section, there are examples using the second and third variants of an enum, but the comment incorrectly refers to them as "first variant".

Unless perhaps the intention here was to say "the variant is first"?

In the Enums section, there are examples using the second and third variants of an enum, but the comment incorrectly refers to them as "first variant".

Unless perhaps the intention here was to say "the variant is first"?
@codecov
Copy link

codecov bot commented Apr 7, 2023

Codecov Report

Patch coverage: 84.61% and project coverage change: +0.41 🎉

Comparison is base (ebc3b6b) 53.89% compared to head (10441bb) 54.31%.

Additional details and impacted files
@@            Coverage Diff             @@
##            trunk     #630      +/-   ##
==========================================
+ Coverage   53.89%   54.31%   +0.41%     
==========================================
  Files          51       51              
  Lines        4457     4454       -3     
==========================================
+ Hits         2402     2419      +17     
+ Misses       2055     2035      -20     
Impacted Files Coverage Δ
src/de/impls.rs 59.77% <ø> (+1.53%) ⬆️
src/enc/impls.rs 88.77% <ø> (-0.12%) ⬇️
src/features/serde/de_borrowed.rs 20.61% <ø> (-0.18%) ⬇️
src/features/serde/de_owned.rs 76.61% <ø> (+1.99%) ⬆️
src/features/serde/mod.rs 30.43% <ø> (-17.40%) ⬇️
src/features/serde/ser.rs 76.72% <ø> (+2.53%) ⬆️
src/lib.rs 14.33% <ø> (-0.47%) ⬇️
compatibility/src/lib.rs 50.00% <40.00%> (-1.79%) ⬇️
tests/utils.rs 47.36% <52.94%> (+2.13%) ⬆️
src/config.rs 78.94% <87.50%> (-3.67%) ⬇️
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

Copy link
Contributor

@VictorKoenders VictorKoenders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it was indeed a copy-paste issue, thanks!

@VictorKoenders VictorKoenders merged commit 6142477 into bincode-org:trunk Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants