app: Remove 'from' duplication on Run doc

Change-Id: I97855989e32a09d0b0c3309579aa7965d3c72129
Reviewed-on: https://go-review.googlesource.com/1896
Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
Pierre Roullon 2014-12-12 22:28:41 +01:00 коммит произвёл David Crawshaw
Родитель f8e3bd5ba6
Коммит 3bb5e71983
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)