diff options
| author | Brian Fakhoury <brianfakhoury@gmail.com> | 2022-08-08 15:39:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-08 15:39:35 -0400 |
| commit | f25f77e915035dc913f680593bc4892e5f8edeaf (patch) | |
| tree | 6f609a68d32a60a0628bcc0d3ea8018ca835f714 /exercises/quiz2.rs | |
| parent | 300cdc27dd0eb06939e187f86dd5833d146339a3 (diff) | |
Fix minor spelling
Diffstat (limited to 'exercises/quiz2.rs')
| -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 f7437fd..d8fa954 100644 --- a/exercises/quiz2.rs +++ b/exercises/quiz2.rs @@ -42,7 +42,7 @@ mod my_module { #[cfg(test)] mod tests { - // TODO: What to we have to import to have `transformer` in scope? + // TODO: What do we have to import to have `transformer` in scope? use ???; use super::Command; |
