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.
2 parents 50da1f6 + 21222b3 commit d08e68dCopy full SHA for d08e68d
src/hello/print/print_display/testcase_list.md
@@ -38,7 +38,7 @@ impl fmt::Display for List {
38
39
write!(f, "[")?;
40
41
- // Iterate over `vec` in `v` while enumerating the iteration
+ // Iterate over `v` in `vec` while enumerating the iteration
42
// count in `count`.
43
for (count, v) in vec.iter().enumerate() {
44
// For every element except the first, add a comma.
0 commit comments