Skip to content

Commit

Permalink
fix(iterators2): Update description (#578)
Browse files Browse the repository at this point in the history
grammar fix in the description
  • Loading branch information
palako committed Nov 7, 2020
1 parent a7ddd74 commit 197d3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/standard_library_types/iterators2.rs
@@ -1,5 +1,5 @@
// iterators2.rs
// 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.
// Step 1. Complete the `capitalize_first` function to pass the first two cases.
// Step 2. Apply the `capitalize_first` function to a vector of strings.
// Ensure that it returns a vector of strings as well.
Expand Down

0 comments on commit 197d3a3

Please sign in to comment.