mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Use “composes” to describe flow/flowRight. [closes #2979]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user