diff --git a/include/fit/by.hpp b/include/fit/by.hpp index 233f9c3..6c7e037 100644 --- a/include/fit/by.hpp +++ b/include/fit/by.hpp @@ -37,6 +37,7 @@ /// --------- /// /// assert(by(p, f)(xs...) == f(p(xs)...)); +/// assert(by(p)(xs...) == p(xs)...); /// /// Requirements /// ------------