Skip to content

Commit 3bb5e71

Browse files
proulloncrawshaw
authored andcommitted
app: Remove 'from' duplication on Run doc
Change-Id: I97855989e32a09d0b0c3309579aa7965d3c72129 Reviewed-on: https://go-review.googlesource.com/1896 Reviewed-by: David Crawshaw <[email protected]>
1 parent f8e3bd5 commit 3bb5e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
// Run starts the app.
1414
//
15-
// It must be called directly from from the main function and will
15+
// It must be called directly from the main function and will
1616
// block until the app exits.
1717
func Run(cb Callbacks) {
1818
run(cb)

0 commit comments

Comments
 (0)