Skip to content

Commit

Permalink
doc/lessons/lesson-3: Fix missing element close
Browse files Browse the repository at this point in the history
There was a missing closing mark after an example.

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Mar 4, 2020
1 parent 5dbfa54 commit 66d39db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/lessons/lesson-3/lesson-3-bumper-car.adoc
Expand Up @@ -169,9 +169,7 @@ def WaitUntilCloseOneDir():
def WaitUntilCloseOtherDir():
while read(A7) < 0.4:
pass
----

The rest of the program might then
look like this:
Expand Down

0 comments on commit 66d39db

Please sign in to comment.