forked from marva/sumorobot-web
		
	fix typo
This commit is contained in:
		@@ -168,7 +168,7 @@ window.onload = function() {
 | 
				
			|||||||
                {value: "get_line", score: 1000, meta: "sumorobot"},
 | 
					                {value: "get_line", score: 1000, meta: "sumorobot"},
 | 
				
			||||||
                {value: "set_servo", score: 1000, meta: "sumorobot"},
 | 
					                {value: "set_servo", score: 1000, meta: "sumorobot"},
 | 
				
			||||||
                {value: "is_opponent", score: 1000, meta: "sumorobot"},
 | 
					                {value: "is_opponent", score: 1000, meta: "sumorobot"},
 | 
				
			||||||
                {value: "calibrate_line", score: 1000, meta: "sumorobot"}
 | 
					                {value: "calibrate_line", score: 1000, meta: "sumorobot"},
 | 
				
			||||||
                {value: "get_battery_voltage", score: 1000, meta: "sumorobot"},
 | 
					                {value: "get_battery_voltage", score: 1000, meta: "sumorobot"},
 | 
				
			||||||
                {value: "get_opponent_distance", score: 1000, meta: "sumorobot"}
 | 
					                {value: "get_opponent_distance", score: 1000, meta: "sumorobot"}
 | 
				
			||||||
            ]);
 | 
					            ]);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user