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 1e57fc8 commit 0fe2d60Copy full SHA for 0fe2d60
internal/provider/coffees_data_source.go
@@ -171,7 +171,7 @@ type coffeesModel struct {
171
Ingredients []coffeesIngredientsModel `tfsdk:"ingredients"`
172
}
173
174
-// coffeesIngredientsModel maps coffee ingredients data
+// coffeesIngredientsModel maps coffee ingredients data.
175
type coffeesIngredientsModel struct {
176
ID types.Int64 `tfsdk:"id"`
177
0 commit comments