Skip to content

Commit 7414331

Browse files
committed
fix: more consistent wording
1 parent 70cbca8 commit 7414331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/relative-distance/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Your task is to determine the degree of separation between two individuals in a
55
- You will be given an input, with all parent names and their children.
66
- Each name is unique, a child _can_ have one or two parents.
77
- The degree of separation is defined as the shortest number of connections from one person to another.
8-
- If two individuals are not connected, return a value that represents "no relation."
8+
- If two individuals are not connected, return a value that represents "no known relationship."
99
Please see the test cases for the actual implementation.
1010

1111
## Example

0 commit comments

Comments
 (0)