Skip to content

Commit 567bf6c

Browse files
committed
Rollup merge of rust-lang#21357 - kimroen:patch-1, r=sanxiyn
Having both "Right now" and "at the moment" in the same statement is redundant.
2 parents 6a5c948 + 17ffe51 commit 567bf6c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/doc/trpl/crates-and-modules.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,8 @@ Again, these declarations tell Rust to look for either
208208
these sub-modules don't have their own sub-modules, we've chosen to make them
209209
`src/english/greetings.rs` and `src/japanese/farewells.rs`. Whew!
210210

211-
Right now, the contents of `src/english/greetings.rs` and
212-
`src/japanese/farewells.rs` are both empty at the moment. Let's add some
213-
functions.
211+
The contents of `src/english/greetings.rs` and `src/japanese/farewells.rs` are
212+
both empty at the moment. Let's add some functions.
214213

215214
Put this in `src/english/greetings.rs`:
216215

0 commit comments

Comments
 (0)