Skip to content

Commit

Permalink
fix: typo (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenChen committed Sep 15, 2022
1 parent e3cfb9a commit f1c64ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/helloworld/v1/error_reason.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ option java_package = "helloworld.v1";
option objc_class_prefix = "APIHelloworldV1";

enum ErrorReason {
GEETER_UNSPECIFIED = 0;
GREETER_UNSPECIFIED = 0;
USER_NOT_FOUND = 1;
}

0 comments on commit f1c64ad

Please sign in to comment.