Skip to content

Commit 5081725

Browse files
author
Elahi Concha
committed
Remove whitespace from indented bullet point lines
1 parent b075646 commit 5081725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/grade-school/description.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ In the end, you should be able to:
1414
Grades should be sorted as 1, 2, 3, etc., and students within a grade should be sorted alphabetically by name.
1515
- "Who is enrolled in school right now?"
1616
- "Let me think.
17-
We have Anna, Barb, and Charlie in grade 1, Alex, Peter, and Zoe in grade 2, and Jim in grade 5.
18-
So the answer is: Anna, Barb, Charlie, Alex, Peter, Zoe, and Jim."
17+
We have Anna, Barb, and Charlie in grade 1, Alex, Peter, and Zoe in grade 2, and Jim in grade 5.
18+
So the answer is: Anna, Barb, Charlie, Alex, Peter, Zoe, and Jim."
1919

2020
Note that all our students only have one name (it’s a small town, what do you want?), and each student cannot be added more than once to a grade or the roster.
2121
If a test attempts to add the same student more than once, your implementation should indicate that this is incorrect.

0 commit comments

Comments
 (0)