Update content of files

This commit is contained in:
GitHub Action 2024-04-02 17:41:38 +00:00
parent 43887f7231
commit f07e089dcb

View file

@ -4200,12 +4200,12 @@ To learn how to create…">
<tr>
<td>opening_minute</td>
<td>Integer</td>
<td>The minute&#39;s sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 <em> 24 </em> 60</td>
<td>The minute&#39;s sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60</td>
</tr>
<tr>
<td>closing_minute</td>
<td>Integer</td>
<td>The minute&#39;s sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 <em> 24 </em> 60</td>
<td>The minute&#39;s sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60</td>
</tr>
</tbody>
</table>