bad english

This commit is contained in:
Adrien Marquès 2018-07-09 01:14:06 +02:00
parent c2a03e1efc
commit 2f7332a256
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ var (
// Success represents a generic successful controller execution
Success = Error{0, "all right", nil}
// Failure is the more generic error
// Failure is the most generic error
Failure = Error{1, "it failed", nil}
// Unknown represents any error which cause is unknown.