projects
/
rust-101.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
typo; emphasis
[rust-101.git]
/
workspace
/
src
/
part10.rs
diff --git
a/workspace/src/part10.rs
b/workspace/src/part10.rs
index 3af444faa7a3ca3d3f99642fd7436d40c9cadf26..c955394f11f12cf15211d7e6876ead12e63730e6 100644
(file)
--- a/
workspace/src/part10.rs
+++ b/
workspace/src/part10.rs
@@
-24,7
+24,7
@@
struct PrintWithString {
}
impl Action for 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!()
// change `self` here, but we could replace the prefix if we wanted.
fn do_action(&mut self, digit: u64) {
unimplemented!()