summaryrefslogtreecommitdiffstats
path: root/Kod
diff options
context:
space:
mode:
authorAlbin <albwa833@student.liu.se>2019-10-29 11:45:47 +0100
committerAlbin <albwa833@student.liu.se>2019-10-29 11:45:47 +0100
commitf41d4ddd30ed882c91614fabb2666821fd8c9a38 (patch)
tree5dfda7476a96b57a26bc89b10f0fd98044ecfc07 /Kod
parentc7c6e7b4036cc66384c2ded8f2f67ec942de857a (diff)
downloadtfyy51-f41d4ddd30ed882c91614fabb2666821fd8c9a38.tar.gz
typo again
Diffstat (limited to 'Kod')
-rw-r--r--Kod/bilbana/yc4/main.m4
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;