Skip to content

Commit 5f889f2

Browse files
committed
fix: example and comment field
1 parent f00bb50 commit 5f889f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/relative-distance/canonical-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"personB": "Kaito"
5656
},
5757
"expected": null,
58-
"comments": "Some languages may return 0, -1 or similar to indicate no relation"
58+
"comments": ["Some languages may return 0, -1 or similar to indicate no relation"]
5959
},
6060
{
6161
"uuid": "93ffe989-bad2-48c4-878f-3acb1ce2611b",

exercises/relative-distance/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Given the following family tree:
1414

1515
```text
1616
┌──────────┐ ┌──────────┐ ┌───────────┐
17-
│ Helena │ │ Helena │ │ Shusaku │
17+
│ Helena │ │ Erdős │ │ Shusaku │
1818
└───┬───┬──┘ └─────┬────┘ └──────┬────┘
1919
┌───┘ └───────┐ └──────┬──────┘
2020
▼ ▼ ▼

0 commit comments

Comments
 (0)