Skip to content

Commit a53b3f1

Browse files
committed
iterator3.rs: whitespace fixes
Signed-off-by: Eddy Petrisor <eddy.petrisor@gmail.com>
1 parent d6d696b commit a53b3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/standard_library_types/iterator3.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ mod tests {
114114

115115

116116

117-
// Minor hint: In each of the two cases in the match in main, you can create x with either
117+
// Minor hint: In each of the two cases in the match in main, you can create x with either
118118
// a 'turbofish' or by hinting the type of x to the compiler. You may try both.
119119

120120

@@ -143,5 +143,5 @@ mod tests {
143143

144144

145145

146-
// Major hint: Have a look at the Iter trait and at the explanation of its collect function.
146+
// Major hint: Have a look at the Iter trait and at the explanation of its collect function.
147147
// Especially the part about Result is interesting.

0 commit comments

Comments
 (0)