Skip to content

Commit

Permalink
Fixes spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
KatBrandt committed Oct 10, 2023
1 parent 31f0e03 commit 21dec33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/intro_to_testing/interaction pattern/practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pry(main)> mod_1.students
**Note:** Pay attention to the Student objects in the return value above. What is the format of the `name` attribute?

pry(main)> mod_1.student_names
=> ["Chris","Richard","Meg", "Kat"]
=> ["Chris","Richard","Meg","Kat"]


pry(main)> mod_1.alphabetical_student_names
Expand Down

0 comments on commit 21dec33

Please sign in to comment.