From 0a85ca5e8507167b3b4357677a2b24bee9e106f4 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Thu, 24 Dec 2015 15:58:37 -0500 Subject: [PATCH] x/mobile/app: fix doc typo Change-Id: I108b8d80eb1fee120e7b710ee7dcdbca7ff158c3 Reviewed-on: https://go-review.googlesource.com/18122 Reviewed-by: Ian Lance Taylor --- app/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/doc.go b/app/doc.go index d974fe2..80e21a0 100644 --- a/app/doc.go +++ b/app/doc.go @@ -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