fix grammatical error

This commit is contained in:
Charles Kenney 2020-10-06 22:24:27 -04:00
parent f53989457f
commit e5407cccf7
No known key found for this signature in database
GPG Key ID: F946AD918EB575DF

2
app.go
View File

@ -64,7 +64,7 @@ type App struct {
Action ActionFunc
// Execute this function if the proper command cannot be found
CommandNotFound CommandNotFoundFunc
// Execute this function if an usage error occurs
// Execute this function if a usage error occurs
OnUsageError OnUsageErrorFunc
// Compilation date
Compiled time.Time