Skip to content

Commit

Permalink
Fix typo in ISODateSurpasses() definition
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism authored and ptomato committed Nov 13, 2024
1 parent 1cdd342 commit d17b98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/plaindate.html
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ <h1>
<emu-alg>
1. If _y1__isoDate2_.[[Year]], then
1. If _sign_ × (_y1_ - _isoDate2_.[[Year]]) > 0, return *true*.
1. Else if _m1_isoDate2_.[[Month]], then
1. Else if _m1__isoDate2_.[[Month]], then
1. If _sign_ × (_m1_ - _isoDate2_.[[Month]]) > 0, return *true*.
1. Else if _d1__isoDate2_.[[Day]], then
1. If _sign_ × (_d1_ - _isoDate2_.[[Day]]) > 0, return *true*.
Expand Down

0 comments on commit d17b98f

Please sign in to comment.