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

A couple minor fixes to DifferenceTemporalPlainYearMonth #3047

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

trflynn89
Copy link
Contributor

If we use yearMonth here, we end up comparing the same dates.

If we use `yearMonth` here, we end up comparing the same dates.
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.71%. Comparing base (9a1a7cf) to head (22af2b8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3047   +/-   ##
=======================================
  Coverage   95.71%   95.71%           
=======================================
  Files          21       21           
  Lines        9704     9704           
  Branches     1742     1742           
=======================================
  Hits         9288     9288           
  Misses        364      364           
  Partials       52       52           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

…ation

The `duration` value is already an Internal Duration Record, which is the
type returned by RoundRelativeDuration (which does not have an internal
slot of [[Duration]] anyhow).
@trflynn89 trflynn89 changed the title Fix typo in DifferenceTemporalPlainYearMonth AO A couple minor fixes to DifferenceTemporalPlainYearMonth Nov 21, 2024
Copy link
Collaborator

@ptomato ptomato left a comment

Choose a reason for hiding this comment

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

Thanks!

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.

2 participants