correct typo
This commit is contained in:
parent
699933fcfd
commit
dcbc5aa74c
@ -1,11 +1,11 @@
|
||||
enum Orientations {
|
||||
enum Orientation {
|
||||
N,
|
||||
E,
|
||||
S,
|
||||
W,
|
||||
}
|
||||
|
||||
enum Instructions {
|
||||
enum Instruction {
|
||||
L,
|
||||
R,
|
||||
F,
|
||||
|
Loading…
Reference in New Issue
Block a user