doc: Fixed comment typos
This commit is contained in:
		@@ -32,7 +32,7 @@ func main() {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func game() {
 | 
					func game() {
 | 
				
			||||||
	// arenas - front one is printent, then new state is calculated into back one
 | 
						// arenas - front one is printed, then new state is calculated into the back one
 | 
				
			||||||
	// next front and back are switched
 | 
						// next front and back are switched
 | 
				
			||||||
	front := gol.New(20, 40)
 | 
						front := gol.New(20, 40)
 | 
				
			||||||
	back := gol.New(20, 40)
 | 
						back := gol.New(20, 40)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user