Skip to content

Commit d88ffc0

Browse files
Fix formatting
1 parent 7251584 commit d88ffc0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

exercises/swift-scheduling/instructions.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ There are three fixed delivery date descriptions:
1717

1818
The following table shows how to translate them:
1919

20-
| Description | Meeting start | Delivery date |
21-
| ----------- | ---------------------------- | ----------------------------------- |
22-
| `"NOW"` | - | Two hours after the meeting started |
23-
| `"ASAP"` | Before 12:00 | Today at 17:00 |
24-
| `"ASAP"` | After 12:00 | Tomorrow at 12:00 |
20+
| Description | Meeting start | Delivery date |
21+
| ----------- | ----------------------------- | ----------------------------------- |
22+
| `"NOW"` | - | Two hours after the meeting started |
23+
| `"ASAP"` | Before 12:00 | Today at 17:00 |
24+
| `"ASAP"` | After 12:00 | Tomorrow at 12:00 |
2525
| `"EOW"` | Monday, Tuesday, or Wednesday | Friday at 5:00 |
26-
| `"EOW"` | Thursday or Friday | Sunday at 20:00 |
26+
| `"EOW"` | Thursday or Friday | Sunday at 20:00 |
2727

2828
## Variable delivery date descriptions
2929

@@ -32,8 +32,8 @@ There are two variable delivery date description patterns:
3232
- `"<N>M"` (N-th month)
3333
- `"Q<N>"` (N-th quarter)
3434

35-
| Description | Delivery date |
36-
| ----------- | ---------------------------------------------------------------------- |
35+
| Description | Delivery date |
36+
| ----------- | --------------------------------------------------------------------- |
3737
| `"<N>M"` | At 8:00 on the _first_ workday<sup>1</sup> of this year's N-th month |
3838
| `"Q<N>"` | At 8:00 on the _last_ workday<sup>1</sup> of this year's N-th quarter |
3939

0 commit comments

Comments
 (0)