We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cde866 commit e393171Copy full SHA for e393171
exercises/standard_library_types/iterators2.rs
@@ -1,7 +1,7 @@
1
// iterators2.rs
2
// In this module, you'll learn some of unique advantages that iterators can offer
3
// 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
+// Step 2. Apply the `capitalize_first` function to a vector of strings, ensuring that it returns a vector of strings as well
5
// Step 3. Apply the `capitalize_first` function again to a list, but try and ensure it returns a single string
6
// As always, there are hints below!
7
0 commit comments