Skip to content

Commit

Permalink
Fix robot name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xsebek committed Jul 21, 2024
1 parent 3469080 commit 911710e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/scenarios/Tutorials/move.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ world:
'3': [blank, null, 2P vertical]
'_': [blank, null, 3P horizontal]
'\': [blank, null, 3P vertical]
'A': [blank, null, 2P lower left corner]
'A': [blank, null, 3P lower left corner]
'B': [blank, null, 3P lower right corner]
'C': [blank, null, 3P upper right]
'D': [blank, null, 3P upper left]
Expand Down Expand Up @@ -212,7 +212,7 @@ robots:
#########
## A ##
#########
- name: 2P lower left corner
- name: 3P lower left corner
system: true
program: |
def main = \a. return noop end
Expand Down

0 comments on commit 911710e

Please sign in to comment.