Skip to content

Commit

Permalink
docs: fix typos (#1040)
Browse files Browse the repository at this point in the history
Co-authored-by: georgehao <[email protected]>
Co-authored-by: HAOYUatHZ <[email protected]>
  • Loading branch information
3 people authored Dec 14, 2023
1 parent 7157382 commit ef673c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge-history-api/internal/types/history_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
Success = 0
// InternalServerError shows a fatal error in the server
InternalServerError = 500
// ErrParameterInvalidNo is invalid params
// ErrParameterInvalidNo is invalid params error
ErrParameterInvalidNo = 40001
// ErrGetClaimablesFailure is getting all claimables txs error
ErrGetClaimablesFailure = 40002
Expand Down

0 comments on commit ef673c9

Please sign in to comment.