mirror of
https://github.com/TangentFoxy/lua-date.git
synced 2025-07-27 18:42:18 +00:00
fixed some documentation typos
This commit is contained in:
@@ -3067,7 +3067,7 @@ dateObject:<span class="bold"><strong>setisoweekday</strong></span>(<em class=
|
||||
<dt><span class="term"><span class=
|
||||
"emphasis"><em>int_wday</em></span></span></dt>
|
||||
|
||||
<dd><code class="classname">integer</code> value. The day of month.
|
||||
<dd><code class="classname">integer</code> value. The day the week.
|
||||
The default value is <code class="literal">the current week
|
||||
day</code></dd>
|
||||
</dl>
|
||||
@@ -3140,14 +3140,14 @@ dateObject:<span class="bold"><strong>setisoweeknumber</strong></span>(<em class
|
||||
<dt><span class="term"><span class=
|
||||
"emphasis"><em>int_week</em></span></span></dt>
|
||||
|
||||
<dd><code class="classname">integer</code> value. The month value.
|
||||
<dd><code class="classname">integer</code> value. The week value.
|
||||
The default value is <code class="literal">the current
|
||||
week</code></dd>
|
||||
|
||||
<dt><span class="term"><span class=
|
||||
"emphasis"><em>int_wday</em></span></span></dt>
|
||||
|
||||
<dd><code class="classname">integer</code> value. The day of month.
|
||||
<dd><code class="classname">integer</code> value. The day of the week.
|
||||
The default value is <code class="literal">the current week
|
||||
day</code></dd>
|
||||
</dl>
|
||||
@@ -3227,14 +3227,14 @@ dateObject:<span class="bold"><strong>setisoyear</strong></span>(<em class=
|
||||
<dt><span class="term"><span class=
|
||||
"emphasis"><em>int_week</em></span></span></dt>
|
||||
|
||||
<dd><code class="classname">integer</code> value. The month value.
|
||||
<dd><code class="classname">integer</code> value. The week value.
|
||||
The default value is <code class="literal">the current
|
||||
week</code></dd>
|
||||
|
||||
<dt><span class="term"><span class=
|
||||
"emphasis"><em>int_wday</em></span></span></dt>
|
||||
|
||||
<dd><code class="classname">integer</code> value. The day of month.
|
||||
<dd><code class="classname">integer</code> value. The day of the week.
|
||||
The default value is <code class="literal">the current week
|
||||
day</code></dd>
|
||||
</dl>
|
||||
|
Reference in New Issue
Block a user