diff --git a/dialogues.md b/dialogues.md index 13997f1..f7a88c6 100644 --- a/dialogues.md +++ b/dialogues.md @@ -865,7 +865,7 @@ That one operation should respect identity: map id = id ``` -And that one operation should be distributive: +And that one operation should be distributive with respect to function composition: ``` map (p . q) = (map p) . (map q)