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 a7ddd74 commit 197d3a3Copy full SHA for 197d3a3
exercises/standard_library_types/iterators2.rs
@@ -1,5 +1,5 @@
1
// iterators2.rs
2
-// In this module, you'll learn some of unique advantages that iterators can offer.
+// In this module, you'll learn some of the 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.
5
// Ensure that it returns a vector of strings as well.
0 commit comments