Skip to content

Commit

Permalink
normative: fix topartialduration issue
Browse files Browse the repository at this point in the history
Switch from ToPartialDuration to ToTemporalDurationRecord to fix
undefined handling bug.

Fixes: tc39#90
  • Loading branch information
ryzokuken committed Apr 21, 2022
1 parent 7d640dd commit c9346a5
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 99 deletions.
4 changes: 2 additions & 2 deletions biblio.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"https://tc39.github.io/proposal-temporal/": [
{
"type": "op",
"aoid": "ToPartialDuration",
"id": "sec-temporal-topartialduration"
"aoid": "ToTemporalDurationRecord",
"id": "sec-temporal-totemporaldurationrecord"
}
]
}
Loading

0 comments on commit c9346a5

Please sign in to comment.