Skip to content

Commit 2b6e74f

Browse files
authored
Update instructions.md (#883)
Correct the tuples in the table to be `Tuple{Char, Char}`
1 parent 9634842 commit 2b6e74f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

exercises/concept/tisbury-treasure-hunt/.docs/instructions.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ They've also been given blank maps with a starting place marked YOU ARE HERE.
2828

2929
| Location Name | Coordinates | Quadrant |
3030
| ------------------------------------- | ----------- | --------- |
31-
| Seaside Cottages | (1, 'C') | Blue |
32-
| Aqua Lagoon (Island of Mystery) | (1, 'F') | Yellow |
33-
| Deserted Docks | (2, 'A') | Blue |
34-
| Spiky Rocks | (3, 'D') | Yellow |
35-
| Abandoned Lighthouse | (4, 'B') | Blue |
36-
| Hidden Spring (Island of Mystery) | (4, 'E') | Yellow |
37-
| Stormy Breakwater | (5, 'B') | Purple |
38-
| Old Schooner | (6, 'A') | Purple |
39-
| Tangled Seaweed Patch | (6, 'D') | Orange |
40-
| Quiet Inlet (Island of Mystery) | (7, 'E') | Orange |
41-
| Windswept Hilltop (Island of Mystery) | (7, 'F') | Orange |
42-
| Harbor Managers Office | (8, 'A') | Purple |
43-
| Foggy Seacave | (8, 'C') | Purple |
31+
| Seaside Cottages | ('1', 'C') | Blue |
32+
| Aqua Lagoon (Island of Mystery) | ('1', 'F') | Yellow |
33+
| Deserted Docks | ('2', 'A') | Blue |
34+
| Spiky Rocks | ('3', 'D') | Yellow |
35+
| Abandoned Lighthouse | ('4', 'B') | Blue |
36+
| Hidden Spring (Island of Mystery) | ('4', 'E') | Yellow |
37+
| Stormy Breakwater | ('5', 'B') | Purple |
38+
| Old Schooner | ('6', 'A') | Purple |
39+
| Tangled Seaweed Patch | ('6', 'D') | Orange |
40+
| Quiet Inlet (Island of Mystery) | ('7', 'E') | Orange |
41+
| Windswept Hilltop (Island of Mystery) | ('7', 'F') | Orange |
42+
| Harbor Managers Office | ('8', 'A') | Purple |
43+
| Foggy Seacave | ('8', 'C') | Purple |
4444

4545
</td></tr>
4646
</table>

0 commit comments

Comments
 (0)