Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
hassieswift621 committed Dec 22, 2019
1 parent b39e050 commit 6c79dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.go
Expand Up @@ -11,7 +11,7 @@ var ErrAdjustBounds = xerrors.New("tatsumakigo: the amount to adjust must be bet
// for an action is invalid.
var ErrAdjustInvalid = xerrors.New("tatsumakigo: the amount to adjust for add and remove actions must be above 0")

var ErrLeaderboardLimit = xerrors.New("tatsumakigo: the limit cannot be less than -1")
var ErrLeaderboardLimit = xerrors.New("tatsumakigo: guild leaderboard limit cannot be less than -1")

func errorRequestFailed(err error) error {
return xerrors.Errorf("tatsumakigo: failed to create request: %w", err)
Expand Down

0 comments on commit 6c79dc4

Please sign in to comment.