From 3bb5e71983a0a910c7be95cb51d0f6618b5efb5f Mon Sep 17 00:00:00 2001 From: Pierre Roullon Date: Fri, 12 Dec 2014 22:28:41 +0100 Subject: [PATCH] app: Remove 'from' duplication on Run doc Change-Id: I97855989e32a09d0b0c3309579aa7965d3c72129 Reviewed-on: https://go-review.googlesource.com/1896 Reviewed-by: David Crawshaw --- app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.go b/app/app.go index 2857a78..84a7ace 100644 --- a/app/app.go +++ b/app/app.go @@ -12,7 +12,7 @@ import ( // Run starts the app. // -// It must be called directly from from the main function and will +// It must be called directly from the main function and will // block until the app exits. func Run(cb Callbacks) { run(cb)