mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Update doc examples to ES2015.
This commit is contained in:
@@ -15,7 +15,7 @@ import createFlow from './.internal/createFlow.js';
|
||||
* return n * n;
|
||||
* }
|
||||
*
|
||||
* var addSquare = flowRight([square, add]);
|
||||
* const addSquare = flowRight([square, add]);
|
||||
* addSquare(1, 2);
|
||||
* // => 9
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user