Merge pull request #1132 from brianfakhoury/patch-1

Fix minor spelling
This commit is contained in:
liv 2022-08-11 12:29:16 +02:00 committed by GitHub
commit a7ca40d8a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;