mirror of
https://github.com/flynx/walk.js.git
synced 2025-10-29 19:10:11 +00:00
tweaking docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
17376c5e5c
commit
9d0deba153
@ -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(..) )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user