part10: typo
[rust-101.git] / workspace / src / part10.rs
index 3af444faa7a3ca3d3f99642fd7436d40c9cadf26..c955394f11f12cf15211d7e6876ead12e63730e6 100644 (file)
@@ -24,7 +24,7 @@ struct PrintWithString {
 }
 
 impl Action for PrintWithString {
-    // Here we perform performs the actual printing of the prefix and the digit. We're not making use of our ability to
+    // Here we perform the actual printing of the prefix and the digit. We're not making use of our ability to
     // change `self` here, but we could replace the prefix if we wanted.
     fn do_action(&mut self, digit: u64) {
         unimplemented!()