Skip to content

Commit

Permalink
plurals for repeated messages
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnN193 committed Jan 3, 2025
1 parent 99f059d commit 75a187f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/viam/robot/v1/robot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ message ModuleModel {
message GetModelsFromModulesRequest {}

message GetModelsFromModulesResponse {
repeated ModuleModel model = 1;
repeated ModuleModel models = 1;
}

message DiscoverComponentsRequest {
Expand Down
2 changes: 1 addition & 1 deletion proto/viam/service/discovery/v1/discovery.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ message DiscoverResourcesRequest {

message DiscoverResourcesResponse {
// list of ComponentConfigs that describe the components found by a discover service. Can be used with UpdateRobotPart.
repeated app.v1.ComponentConfig discovery = 1;
repeated app.v1.ComponentConfig discoveries = 1;
}

0 comments on commit 75a187f

Please sign in to comment.