Skip to content

Commit 6d7a4b9

Browse files
Fix HTML
1 parent 8e6a8c5 commit 6d7a4b9

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

35-
| Description | Meeting start | Delivery date |
36-
| ----------- | ------------------------- | --------------------------------------------------------------------- |
37-
| `"<N>M"` | Before N-th month | At 8:00 on the _first_ workday<sup>1</sup> of this year's N-th month |
38-
| `"<N>M"` | After or in N-th month | At 8:00 on the _first_ workday<sup>1</sup> of next year's N-th month |
39-
| `"Q<N>"` | Before or in N-th quarter | At 8:00 on the _last_ workday<sup>1</sup> of this year's N-th quarter |
40-
| `"Q<N>"` | After N-th quarter | At 8:00 on the _last_ workday<sup>1</sup> of next year's N-th quarter |
41-
42-
<sup>1</sup> A workday is a Monday, Tuesday, Wednesday, Thursday, or Friday.
35+
| Description | Meeting start | Delivery date |
36+
| ----------- | ------------------------- | ---------------------------------------------------------- |
37+
| `"<N>M"` | Before N-th month | At 8:00 on the _first_ workday¹ of this year's N-th month |
38+
| `"<N>M"` | After or in N-th month | At 8:00 on the _first_ workday¹ of next year's N-th month |
39+
| `"Q<N>"` | Before or in N-th quarter | At 8:00 on the _last_ workday¹ of this year's N-th quarter |
40+
| `"Q<N>"` | After N-th quarter | At 8:00 on the _last_ workday¹ of next year's N-th quarter |
41+
42+
¹ A workday is a Monday, Tuesday, Wednesday, Thursday, or Friday.

0 commit comments

Comments
 (0)