Skip to content

Commit 0b49bcc

Browse files
committed
fix typos
1 parent eebb44c commit 0b49bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v0.3/handbook/libraries/stdlib.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,11 +1420,11 @@ The system library provides various system-level utilities for Eve.
14201420
<tr>
14211421
<td>
14221422
<ul>
1423-
<li><strong>resultion</strong> - the frequency in milliseconds of the timer.</li>
1423+
<li><strong>resolution</strong> - the frequency in milliseconds of the timer.</li>
14241424
<li><strong>year</strong> - (optional) - the current year</li>
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>
1427-
<li><strong>weeday</strong> - (optional) - the current day of the week (1 - 7, where 1 is Sunday)</li>
1427+
<li><strong>weekday</strong> - (optional) - the current day of the week (1 - 7, where 1 is Sunday)</li>
14281428
<li><strong>hours</strong> - (optional) - the current hour (0 - 23)</li>
14291429
<li><strong>minutes</strong> - (optional) - the current minute (0 - 59)</li>
14301430
<li><strong>seconds</strong> - (optional) - the current second (0 - 59)</li>

0 commit comments

Comments
 (0)