Fix tiny typo.

This commit is contained in:
Mawueli Kofi Adzoe 2015-06-11 10:24:06 +00:00
parent 11ce503420
commit c7be972e81

2
app.go
View File

@ -9,7 +9,7 @@ import (
) )
// App is the main structure of a cli application. It is recomended that // 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 { type App struct {
// The name of the program. Defaults to os.Args[0] // The name of the program. Defaults to os.Args[0]
Name string Name string