mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
fix: typo
This commit is contained in:
parent
bcd231da63
commit
d1b59e984d
1 changed files with 3 additions and 3 deletions
|
|
@ -57,11 +57,11 @@ fn main() {
|
|||
};
|
||||
|
||||
let highlighted_suggestion = {
|
||||
let deffirence = highlight_difference(&shell, &suggestion, &last_command);
|
||||
if deffirence.is_none() {
|
||||
let difference = highlight_difference(&shell, &suggestion, &last_command);
|
||||
if difference.is_none() {
|
||||
break;
|
||||
};
|
||||
deffirence.unwrap()
|
||||
difference.unwrap()
|
||||
};
|
||||
|
||||
let execution =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue