diff options
| author | Kim Røen <kim@pam.no> | 2015-01-18 13:24:13 +0100 |
|---|---|---|
| committer | Kim Røen <kim@pam.no> | 2015-01-18 13:24:13 +0100 |
| commit | 17ffe51aa366d51719da0eeb452ad05b9ac23d90 (patch) | |
| tree | 2bc12d7044342e40ee8f7e43434390c78caaeb34 | |
| parent | 30f081e54843952e34b0632e1b0ec54547bf6e3c (diff) | |
| download | rust-17ffe51aa366d51719da0eeb452ad05b9ac23d90.tar.gz rust-17ffe51aa366d51719da0eeb452ad05b9ac23d90.zip | |
Remove redundant "Right now"
Having both "Right now" and "at the moment" in the same statement is redundant.
| -rw-r--r-- | src/doc/trpl/crates-and-modules.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/doc/trpl/crates-and-modules.md b/src/doc/trpl/crates-and-modules.md index 6c5c14fe311..25870d84a75 100644 --- a/src/doc/trpl/crates-and-modules.md +++ b/src/doc/trpl/crates-and-modules.md @@ -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`: |
