Skip to content

Commit dc84aac

Browse files
authored
remove confusing comment wording
1 parent b559cdd commit dc84aac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/traits/traits2.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// to a vector of strings.
99
//
1010
// No boiler plate code this time,
11-
// you can do this! Hints at the bottom.
11+
// you can do this!
1212

1313
// I AM NOT DONE
1414

@@ -32,4 +32,4 @@ mod tests {
3232
assert_eq!(foo.pop().unwrap(), String::from("Foo"));
3333
}
3434

35-
}
35+
}

0 commit comments

Comments
 (0)