-
Notifications
You must be signed in to change notification settings - Fork 152
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
Add explainer for LocalDateTime #816
Conversation
Codecov Report
@@ Coverage Diff @@
## main #816 +/- ##
=======================================
Coverage 92.26% 92.26%
=======================================
Files 17 17
Lines 4796 4796
Branches 751 751
=======================================
Hits 4425 4425
Misses 369 369
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
59bd53f
to
2fa2cf5
Compare
This is great. I noticed a few missing things:
|
2fa2cf5
to
88b7837
Compare
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.
Thanks for making my suggested changes!
I intend to eventually adapt this into the documentation for LocalDateTime, but given the draft status of the API this seems more appropriate.
88b7837
to
8ad09a5
Compare
Added highlighting to Prism in order to fix the docs build. |
I intend to eventually adapt this into the documentation for
LocalDateTime, but given the draft status of the API this seems more
appropriate.