@@ -18,7 +18,7 @@ define(['./_createFlow'], function(createFlow) {
* return n * n;
* }
*
* var addSquare = _.flow(_.add, square);
* var addSquare = _.flow([_.add, square]);
* addSquare(1, 2);
* // => 9
*/
The note is not visible to the blocked user.