Skip to content

Commit 4598330

Browse files
committed
make singular
1 parent 0b49bcc commit 4598330

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

v0.3/handbook/libraries/stdlib.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,12 +1425,12 @@ The system library provides various system-level utilities for Eve.
14251425
<li><strong>month</strong> - (optional) - the current month (1 - 12)</li>
14261426
<li><strong>day</strong> - (optional) - the current day of the month (1 - 31)</li>
14271427
<li><strong>weekday</strong> - (optional) - the current day of the week (1 - 7, where 1 is Sunday)</li>
1428-
<li><strong>hours</strong> - (optional) - the current hour (0 - 23)</li>
1429-
<li><strong>minutes</strong> - (optional) - the current minute (0 - 59)</li>
1430-
<li><strong>seconds</strong> - (optional) - the current second (0 - 59)</li>
1431-
<li><strong>milliseconds</strong> - (optional) - the current millisecond (0 - 999)</li>
1428+
<li><strong>hour</strong> - (optional) - the current hour (0 - 23)</li>
1429+
<li><strong>minute</strong> - (optional) - the current minute (0 - 59)</li>
1430+
<li><strong>second</strong> - (optional) - the current second (0 - 59)</li>
1431+
<li><strong>millisecond</strong> - (optional) - the current millisecond (0 - 999)</li>
14321432
<li><strong>timestamp</strong> - (optional) - the current time represented as the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC</li>
1433-
<li><strong>ticks</strong> - (optional) - the number of ticks of the timer since it was created</li>
1433+
<li><strong>tick</strong> - (optional) - the number of ticks of the timer since it was created</li>
14341434
</ul>
14351435
</td>
14361436
<td>

0 commit comments

Comments
 (0)