Skip to content

Commit 197d3a3

Browse files
authored
fix(iterators2): Update description (#578)
grammar fix in the description
1 parent a7ddd74 commit 197d3a3

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,5 +1,5 @@
11
// iterators2.rs
2-
// In this module, you'll learn some of unique advantages that iterators can offer.
2+
// In this module, you'll learn some of the unique advantages that iterators can offer.
33
// Step 1. Complete the `capitalize_first` function to pass the first two cases.
44
// Step 2. Apply the `capitalize_first` function to a vector of strings.
55
// Ensure that it returns a vector of strings as well.

0 commit comments

Comments
 (0)