Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anders617 committed Oct 13, 2020
1 parent 0aaf8e3 commit 7b31a1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto/mdiningapi2.proto
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ message MenuItem {
string name = 1;
repeated string attribute = 2;
repeated string allergens = 3;
repeated ItemSizes itemSizes = 4;
ItemSizes itemSizes = 4;
}

message ItemSizes {
string portionSize = 1;
string servingSize = 2;
string portion_size = 1;
string serving_size = 2;
repeated NutritionalInfo nutrition = 3;
}

Expand Down

0 comments on commit 7b31a1c

Please sign in to comment.