Skip to content

Commit ebb3428

Browse files
authored
Update README.md
1 parent 8677488 commit ebb3428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/38-sort-tuples-ascending/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Write a function `sort_tuples_ascending()` to sort the (`name`, `age`, `score`)
88
2. Then sort based on age.
99
3. Then sort by score.
1010

11-
The priority is that name > age > score.
11+
The priority is `name` > `age` > `score`.
1212

1313
## 📎 Example input:
1414

0 commit comments

Comments
 (0)