fix typo: what to we have to -> what do we have to

This commit is contained in:
Andrew Dunbar 2022-11-21 12:39:47 +08:00
parent 3a327096c6
commit f596e61709

View File

@ -42,7 +42,7 @@ mod my_module {
#[cfg(test)] #[cfg(test)]
mod tests { 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 ???;
use super::Command; use super::Command;