diff --git a/flow.js b/flow.js index 398b1ef0b..0016789bd 100644 --- a/flow.js +++ b/flow.js @@ -1,5 +1,5 @@ /** - * Creates a function that returns the result of invoking the given functions + * Composes a function that returns the result of invoking the given functions * with the `this` binding of the created function, where each successive * invocation is supplied the return value of the previous. * diff --git a/flowRight.js b/flowRight.js index e6776bee8..6375ba2ca 100644 --- a/flowRight.js +++ b/flowRight.js @@ -1,7 +1,7 @@ import flow from './flow.js' /** - * This method is like `flow` except that it creates a function that + * This method is like `flow` except that it composes a function that * invokes the given functions from right to left. * * @since 3.0.0