summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exercises/quiz2.rs2
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;