Skip to content

Commit bec2c3b

Browse files
authored
Clarifying the AND/OR relationship between two listed conditions (#2462)
1 parent bfd3e79 commit bec2c3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/concept/tracks-on-tracks-on-tracks/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Languages.ReverseList(Languages.GetExistingLanguages())
7070

7171
## 7. Check if list is exciting
7272

73-
While you love all languages, C# has a special place in your heart. As such, you're really excited about a list of languages if:
73+
While you love all languages, C# has a special place in your heart. As such, you're really excited about a list of languages if one of the following conditions is true:
7474

7575
- The first on the list is C#.
7676
- The second item on the list is C# and the list contains either two or three languages.

0 commit comments

Comments
 (0)