forked from MapComplete/MapComplete
Fix typo
This commit is contained in:
parent
14fc4dec93
commit
92b341aa5d
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ export class OH {
|
||||||
/*
|
/*
|
||||||
This function converts a number of ranges (generated by OpeningHours.js) into all the hours of day that a change occurs.
|
This function converts a number of ranges (generated by OpeningHours.js) into all the hours of day that a change occurs.
|
||||||
E.g.
|
E.g.
|
||||||
Monday, some business is opended from 9:00 till 17:00
|
Monday, some business is opened from 9:00 till 17:00
|
||||||
Tuesday from 9:30 till 18:00
|
Tuesday from 9:30 till 18:00
|
||||||
Wednesday from 9:30 till 12:30
|
Wednesday from 9:30 till 12:30
|
||||||
This function will extract all those moments of change and will return 9:00, 9:30, 12:30, 17:00 and 18:00
|
This function will extract all those moments of change and will return 9:00, 9:30, 12:30, 17:00 and 18:00
|
||||||
|
|
Loading…
Add table
Reference in a new issue