From c7be972e815f660c504d87c3297f25df900caad6 Mon Sep 17 00:00:00 2001 From: Mawueli Kofi Adzoe Date: Thu, 11 Jun 2015 10:24:06 +0000 Subject: [PATCH] Fix tiny typo. --- app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.go b/app.go index 8f3bb30..f627420 100644 --- a/app.go +++ b/app.go @@ -9,7 +9,7 @@ import ( ) // App is the main structure of a cli application. It is recomended that -// and app be created with the cli.NewApp() function +// an app be created with the cli.NewApp() function type App struct { // The name of the program. Defaults to os.Args[0] Name string