Bump crate-ci/typos and fix typos (#12381)

Supersede #12376
This commit is contained in:
Stefan Holderbach
2024-04-04 09:59:21 +02:00
committed by GitHub
parent f0a073b397
commit e810995cf8
7 changed files with 11 additions and 9 deletions

View File

@ -128,7 +128,7 @@ impl Command for InputList {
// ..Default::default()
// };
let ans: InteractMode = if multi {
let answer: InteractMode = if multi {
let multi_select = MultiSelect::new(); //::with_theme(&theme);
InteractMode::Multi(
@ -179,7 +179,7 @@ impl Command for InputList {
)
};
Ok(match ans {
Ok(match answer {
InteractMode::Multi(res) => {
if index {
match res {