Remove redundant "Right now"
Having both "Right now" and "at the moment" in the same statement is redundant.
This commit is contained in:
parent
30f081e548
commit
17ffe51aa3
@ -208,9 +208,8 @@ Again, these declarations tell Rust to look for either
|
||||
these sub-modules don't have their own sub-modules, we've chosen to make them
|
||||
`src/english/greetings.rs` and `src/japanese/farewells.rs`. Whew!
|
||||
|
||||
Right now, the contents of `src/english/greetings.rs` and
|
||||
`src/japanese/farewells.rs` are both empty at the moment. Let's add some
|
||||
functions.
|
||||
The contents of `src/english/greetings.rs` and `src/japanese/farewells.rs` are
|
||||
both empty at the moment. Let's add some functions.
|
||||
|
||||
Put this in `src/english/greetings.rs`:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user