Rollup merge of #21357 - kimroen:patch-1, r=sanxiyn
Having both "Right now" and "at the moment" in the same statement is redundant.
This commit is contained in:
commit
567bf6ca8c
1 changed files with 2 additions and 3 deletions
|
@ -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
|
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!
|
`src/english/greetings.rs` and `src/japanese/farewells.rs`. Whew!
|
||||||
|
|
||||||
Right now, the contents of `src/english/greetings.rs` and
|
The contents of `src/english/greetings.rs` and `src/japanese/farewells.rs` are
|
||||||
`src/japanese/farewells.rs` are both empty at the moment. Let's add some
|
both empty at the moment. Let's add some functions.
|
||||||
functions.
|
|
||||||
|
|
||||||
Put this in `src/english/greetings.rs`:
|
Put this in `src/english/greetings.rs`:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue