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:
parent
4f51fe273b
commit
0a85ca5e85
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue