correct typo

This commit is contained in:
mhart 2020-10-11 18:25:42 +02:00
parent 699933fcfd
commit dcbc5aa74c
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
enum Orientations {
enum Orientation {
N,
E,
S,
W,
}
enum Instructions {
enum Instruction {
L,
R,
F,