diff options
| author | Albin <albwa833@student.liu.se> | 2019-10-29 11:45:47 +0100 |
|---|---|---|
| committer | Albin <albwa833@student.liu.se> | 2019-10-29 11:45:47 +0100 |
| commit | f41d4ddd30ed882c91614fabb2666821fd8c9a38 (patch) | |
| tree | 5dfda7476a96b57a26bc89b10f0fd98044ecfc07 /Kod | |
| parent | c7c6e7b4036cc66384c2ded8f2f67ec942de857a (diff) | |
| download | tfyy51-f41d4ddd30ed882c91614fabb2666821fd8c9a38.tar.gz | |
typo again
Diffstat (limited to 'Kod')
| -rw-r--r-- | Kod/bilbana/yc4/main.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kod/bilbana/yc4/main.m b/Kod/bilbana/yc4/main.m index 578f756..04308bf 100644 --- a/Kod/bilbana/yc4/main.m +++ b/Kod/bilbana/yc4/main.m @@ -42,7 +42,7 @@ tocs = []; %% ASK ACTIVE CARS disp('J = Ja (automatiskt), M = Ja (manuellt), N = Nej'); -car1.response = input('Vill du köra bil 1? [N]', 's'); +car1.response = input('Vill du köra bil 1? [N] ', 's'); if car1.response == 'J' car1.running = true; car1.automatic = true; @@ -53,7 +53,7 @@ else car1.running = false; end -car2.response = input('Vill du köra bil 2? [N]', 's'); +car2.response = input('Vill du köra bil 2? [N] ', 's'); if car2.response == 'J' car2.running = true; car2.automatic = true; |
