~ioiojo/kiwi

782c7fd7391c858e83a120b7db1c3c948d10ec7d — atweiden 2 years ago f5ad708
are/is, fmt doc comment
1 files changed, 3 insertions(+), 4 deletions(-)

M src/food.rs
M src/food.rs => src/food.rs +3 -4
@@ 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>,