-
Notifications
You must be signed in to change notification settings - Fork 623
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(crypto): improve docs #4884
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4884 +/- ##
=======================================
Coverage 92.15% 92.15%
=======================================
Files 488 488
Lines 38869 38873 +4
Branches 5405 5405
=======================================
+ Hits 35819 35823 +4
Misses 2994 2994
Partials 56 56 ☔ View full report in Codecov by Sentry. |
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.
I've added assertions to example code snippets and some other tweaks. PTAL.
This PR improves the API doc of
crypto
package.part of #4600 #3764
supercedes #4797