We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4532a7 commit f9574e2Copy full SHA for f9574e2
commands/errors.go
@@ -43,7 +43,7 @@ func (e *InvalidInstanceError) Error() string {
43
return tr("Invalid instance")
44
}
45
46
-// ToRPCStatus convertes the error into a *status.Status
+// ToRPCStatus converts the error into a *status.Status
47
func (e *InvalidInstanceError) ToRPCStatus() *status.Status {
48
return status.New(codes.InvalidArgument, e.Error())
49
0 commit comments