mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +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 highlighted_suggestion = {
|
||||||
let deffirence = highlight_difference(&shell, &suggestion, &last_command);
|
let difference = highlight_difference(&shell, &suggestion, &last_command);
|
||||||
if deffirence.is_none() {
|
if difference.is_none() {
|
||||||
break;
|
break;
|
||||||
};
|
};
|
||||||
deffirence.unwrap()
|
difference.unwrap()
|
||||||
};
|
};
|
||||||
|
|
||||||
let execution =
|
let execution =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue