diff options
| author | TK Buristrakul <tkburis@gmail.com> | 2022-11-24 19:20:59 +0000 |
|---|---|---|
| committer | TK Buristrakul <tkburis@gmail.com> | 2022-11-24 19:20:59 +0000 |
| commit | be0b7e084ed5713d74c7f1bacdfd563fb2145a95 (patch) | |
| tree | cdc7836be9eb945da9f40bed695dd1b88b2c9425 | |
| parent | e3af483fa68dbe2efd957327500b55acd86ef0fd (diff) | |
chore: minor change in comment
| -rw-r--r-- | exercises/quiz2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/quiz2.rs b/exercises/quiz2.rs index 606d3c7..715788b 100644 --- a/exercises/quiz2.rs +++ b/exercises/quiz2.rs @@ -42,7 +42,7 @@ mod my_module { #[cfg(test)] mod tests { - // TODO: What do we have to import to have `transformer` in scope? + // TODO: What do we need to import to have `transformer` in scope? use ???; use super::Command; |
