From 52e34032576ec9c8c476717dd74f7507f2f0ca1f Mon Sep 17 00:00:00 2001 From: Daniil Rutskiy Date: Tue, 30 Jun 2020 21:25:40 +0300 Subject: [PATCH] Fix typo in docs for mobile.SetGame (#1226) --- mobile/mobile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/mobile.go b/mobile/mobile.go index e320127db..f451cf372 100644 --- a/mobile/mobile.go +++ b/mobile/mobile.go @@ -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) {