Skip to content

Commit e393171

Browse files
committed
chore(iterators2): Add exercise instructions
1 parent 4cde866 commit e393171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/standard_library_types/iterators2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// iterators2.rs
22
// In this module, you'll learn some of unique advantages that iterators can offer
33
// Step 1. Complete the `capitalize_first` function to pass the first two cases
4-
// Step 2. Apply the `capitalize_first` function to a vector of strings, ensuring that it
4+
// Step 2. Apply the `capitalize_first` function to a vector of strings, ensuring that it returns a vector of strings as well
55
// Step 3. Apply the `capitalize_first` function again to a list, but try and ensure it returns a single string
66
// As always, there are hints below!
77

0 commit comments

Comments
 (0)