Skip to content

Commit dd54ccf

Browse files
authored
Make comments on example clearer
I actually struggled because I overlooked the fact that I needed to change the 2.1 to "A+". So I wanted to make things clearer for future rustlings.
1 parent 66ec916 commit dd54ccf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

exercises/generics/generics3.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
// However, the school also issues alphabetical grades (A+ -> F-) and needs
55
// to be able to print both types of report card!
66

7-
// Make the necessary code changes to support alphabetical report cards, thereby making
8-
// the second test pass.
7+
// Make the necessary code changes in the struct ReportCard and the impl block
8+
// to support alphabetical report cards. Change the Grade in the second test to "A+"
9+
// to show that your changes allow alphabetical grades.
10+
11+
// Execute 'rustlings hint generics3' for hints!
912

1013
// I AM NOT DONE
1114

0 commit comments

Comments
 (0)