diff --git a/exercises/traits/traits2.rs b/exercises/traits/traits2.rs
index 84c35f7c..7f5014d0 100644
--- a/exercises/traits/traits2.rs
+++ b/exercises/traits/traits2.rs
@@ -8,7 +8,7 @@
 // to a vector of strings.
 // 
 // No boiler plate code this time,
-// you can do this! Hints at the bottom.
+// you can do this!
 
 // I AM NOT DONE
 
@@ -32,4 +32,4 @@ mod tests {
         assert_eq!(foo.pop().unwrap(), String::from("Foo"));
     }
 
-}
\ No newline at end of file
+}