Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit d5adf70

Browse files
committed
Rephrase from code review suggestion
1 parent 463a882 commit d5adf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coder-sdk/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var ErrPermissions = xerrors.New("insufficient permissions")
1717
// ErrAuthentication describes the error case in which the requester has invalid authentication.
1818
var ErrAuthentication = xerrors.New("invalid authentication")
1919

20-
// APIError is the expected payload format for our errors.
20+
// APIError is the expected payload format for API errors.
2121
type APIError struct {
2222
Err APIErrorMsg `json:"error"`
2323
}

0 commit comments

Comments
 (0)