From bc83cbd9ffc14de55383e46a906b46dbf6537fe7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 4 Oct 2018 13:32:34 +0300 Subject: [PATCH] notes tweaking... Signed-off-by: Alex A. Naanou --- walk.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/walk.js b/walk.js index 775e679..ac20ba6 100644 --- a/walk.js +++ b/walk.js @@ -29,8 +29,8 @@ // // XXX this is essentially a version of .reduce(..), I wonder if it is // feasible to do a version of .map(..), i.e. a mechanism to modify/clone -// the input... -// XXX can we hint chrome to show the two singatures??? +// the input tree... +// XXX can we hint chrome to show the two function singatures??? // XXX need to remove the restriction of not being able to pass functions // into state unless done(..) is given... var walk =