From 59ab92b8dd3462a29ccdd358e59a90bc80467782 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Thu, 21 Sep 2023 18:26:41 -0400 Subject: [PATCH] Editorial: Fix formatting of note-step in DayFromYear Fixes #3180. --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 78758cfd35..ea9f7ba20c 100644 --- a/spec.html +++ b/spec.html @@ -32189,7 +32189,7 @@

1. Let _ry_ be ℝ(_y_). - 1. NOTE: In the following steps, each `_numYearsN_` is the number of years divisible by N that occur between the epoch and the start of year _y_. (The number is negative if _y_ is before the epoch.) + 1. [declared="numYearsN,N"] NOTE: In the following steps, each _numYearsN_ is the number of years divisible by _N_ that occur between the epoch and the start of year _y_. (The number is negative if _y_ is before the epoch.) 1. Let _numYears1_ be (_ry_ - 1970). 1. Let _numYears4_ be floor((_ry_ - 1969) / 4). 1. Let _numYears100_ be floor((_ry_ - 1901) / 100).