Fix minor spelling

This commit is contained in:
Brian Fakhoury
2022-08-08 15:39:35 -04:00
committed by GitHub
parent 300cdc27dd
commit f25f77e915

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;