Skip to content

Commit

Permalink
Change "due on" to "due to" (#54)
Browse files Browse the repository at this point in the history
I suspect this is the preferred text, and it is consistent with the rest of the doc.
  • Loading branch information
kentr committed Feb 21, 2022
1 parent 08cdaa6 commit 3e9b59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -203,7 +203,7 @@ Days (e.g., February 7, 2012 at 12:00 AM); typically 24 hours. Days in local tim
<a name="timeWeek" href="#timeWeek">#</a> d3.<b>timeWeek</b> · [Source](https://github.com/d3/d3-time/blob/master/src/week.js "Source")
<br><a href="#timeWeek">#</a> d3.<b>utcWeek</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js "Source")

Alias for [d3.timeSunday](#timeSunday); 7 days and typically 168 hours. Weeks in local time may range from 167 to 169 hours due on daylight saving.
Alias for [d3.timeSunday](#timeSunday); 7 days and typically 168 hours. Weeks in local time may range from 167 to 169 hours due to daylight saving.

<a name="timeSunday" href="#timeSunday">#</a> d3.<b>timeSunday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/week.js)
<br><a href="#timeSunday">#</a> d3.<b>utcSunday</b> · [Source](https://github.com/d3/d3-time/blob/master/src/utcWeek.js)
Expand Down

0 comments on commit 3e9b59b

Please sign in to comment.