Fix typo in docs for mobile.SetGame (#1226)

This commit is contained in:
Daniil Rutskiy 2020-06-30 21:25:40 +03:00 committed by GitHub
parent 4c640d2500
commit 52e3403257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ type Game = ebiten.Game
// SetGame sets a mobile game.
//
// SetGame is epxected to be called only once.
// SetGame is expected to be called only once.
//
// SetGame can be called anytime. Until SetGame is called, the game does not start.
func SetGame(game Game) {