Fix typo in quiz2.rs comment

This commit is contained in:
Kirill Zhukov 2022-08-05 19:50:42 -07:00 committed by GitHub
parent 300cdc27dd
commit 53c99d6eb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;