Skip to content

Commit 5db07d8

Browse files
committed
Fix the turn instruction
1 parent 2112eb7 commit 5db07d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ window.onload = () => {
2020
element.tabIndex = '1';
2121
leftBox.className = "left-box";
2222
rightBox.className = "right-box";
23-
leftBox.innerHTML = "<p>Press start.</p><p>Type:</p>'F' = forward</p><p>'T' = turn</p><p>(left)</p><div class='okay'>OK</div>";
23+
leftBox.innerHTML = "<p>Press start.</p><p>Type:</p>'F' = forward</p><p>'T' = turn</p><p>(clockwise)</p><div class='okay'>OK</div>";
2424
rightBox.innerHTML = "<p>Click the</p><p>check button</p><p>to run</p><p>your</p><p>commands.</p><div class='okay'>OK</div>";
2525

2626
playground.append(leftBox, element, rightBox);

0 commit comments

Comments
 (0)