-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
docs: fix and improve anti-patterns.md #7418
Conversation
The previous sentence was a bit confusing since `State` does not exist. I think it was a typo for `GetState` or `Connect`.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7418 +/- ##
==========================================
- Coverage 81.46% 81.39% -0.08%
==========================================
Files 350 350
Lines 26846 26846
==========================================
- Hits 21871 21850 -21
- Misses 3786 3797 +11
- Partials 1189 1199 +10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the fixes!
The previous sentence was a bit confusing since
State
does not exist. I think it was a typo forGetState
orConnect
.RELEASE NOTES: None