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