From 9d0deba153629af8051f55968196957347a70c1d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 1 Oct 2018 00:04:08 +0300 Subject: [PATCH] tweaking docs... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f12b99e..89aa077 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ An extensible tree walk(..) framework... ## Theory and operation -This module generalizes structure traverse (*walking*). This is done via a `walk(..)` function that recieves a user-defined `getter(..)` function and returns a *walker*. +This module generalizes structure traverse (*walking*, recursion). This is done via a `walk(..)` function that recieves a user-defined `getter(..)` function and returns a *walker*. ### Constructing the walker and walking ( walk(..) )