Skip to content

Commit b045ff1

Browse files
pmerrillroot
authored andcommitted
Generated code by SwaggerHub
1 parent 71a366c commit b045ff1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

model/ingredientObjectItems.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ export interface IngredientObjectItems {
4545
*/
4646
commonName?: string;
4747
/**
48-
* Comments on any unusual aspects of this item. Examples might include unusual aspects of the food overall.
48+
* Comments on any unusual aspects of this item. Examples might include unusual aspects of the food overall
4949
*/
5050
footnote?: string;
5151
/**
52-
* The original search term that found this food item.
52+
* The original search term that found this food item
5353
*/
5454
searchTerm?: string;
5555
/**
56-
* A value that represents how similar the name of this food item is to the original search term.
56+
* A value that represents how similar the name of this food item is to the original search term. The lower the value the closer this item's name is to the original search term.
5757
*/
5858
score?: string;
5959
}

0 commit comments

Comments
 (0)