@@ 964,10 964,9 @@ pub struct Composite {
pub meta: Meta,
/// `Env` is optional in `Composite` foods because macronutrient values - which would
- /// otherwise have to be obtained by consulting an `Env` - can be automatically
- /// derived from constituent foods comprising the `Composite`. Constituent foods are
- /// guaranteed to contain at least one `Simple` food¹, which are in turn guaranteed
- /// to contain an `Env`.
+ /// otherwise have to be obtained by consulting an `Env` - can be automatically derived
+ /// from constituent foods comprising the `Composite`. Constituent foods are guaranteed
+ /// to contain at least one `Simple` food¹, which is in turn guaranteed to contain an `Env`.
///
/// ¹: Except in the case where recursion limits are exceeded.
pub env: Option<CompositeEnv>,