x/mobile/app: fix doc typo

Change-Id: I108b8d80eb1fee120e7b710ee7dcdbca7ff158c3
Reviewed-on: https://go-review.googlesource.com/18122
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Shenghou Ma 2015-12-24 15:58:37 -05:00 committed by Minux Ma
parent 4f51fe273b
commit 0a85ca5e85
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ on language bindings, see https://golang.org/x/mobile/cmd/gobind.
The second way is to write an app entirely in Go. The APIs are limited
to those that are portable between both Android and iOS, in particular
OpenGL, audio, and other Android NDK-like APIs. An all-Go app should
use this app package to initialze the app, manage its lifecycle, and
use this app package to initialize the app, manage its lifecycle, and
receive events.
Building apps