Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
uglrl committed Feb 11, 2024
1 parent 5c2a46a commit 4510208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/interface/mensa_parser/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub struct Dish {
pub additives: Vec<Additive>,
/// Meal-Type of the dish. See [FoodType]
pub food_type: FoodType,
/// The environmental score of the dish. See [EnvScore]
/// The environmental score of the dish. See [EnvironmentInfo]
pub env_score: Option<EnvironmentInfo>,
/// The nutritional information of the dish
pub nutrition_data: Option<NutritionData>,
Expand Down

0 comments on commit 4510208

Please sign in to comment.