Skip to content

Commit 9472b56

Browse files
Update instructions.md (#2103)
* Update instructions.md Clarified wording of first task. * Update exercises/concept/high-school-sweethearts/.docs/instructions.md Co-authored-by: Erik Schierboom <[email protected]> --------- Co-authored-by: Erik Schierboom <[email protected]>
1 parent ff2b318 commit 9472b56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/concept/high-school-sweethearts/.docs/instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ In this exercise, you are going to help high school sweethearts profess their lo
44

55
## 1. Display the couple's name separated by a heart
66

7-
Please implement the static `HighSchoolSweethearts.DisplaySingleLine()` method to take 2 names and display them separated by a heart centered in a 61 character line.
7+
Please implement the static `HighSchoolSweethearts.DisplaySingleLine()` method to take two names and display them separated by a heart.
8+
The formatted text should be 61 characters wide, with the heart in the center of the string.
89

910
All names are guaranteed to fit well within the width of the line.
1011

0 commit comments

Comments
 (0)