From 53c99d6eb6897d00c2e450617b6077c408145060 Mon Sep 17 00:00:00 2001 From: Kirill Zhukov <5660531+kirillzh@users.noreply.github.com> Date: Fri, 5 Aug 2022 19:50:42 -0700 Subject: [PATCH] Fix typo in quiz2.rs comment --- exercises/quiz2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/quiz2.rs b/exercises/quiz2.rs index f7437fd2..d8fa954a 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;