fix typo in docstring
This commit is contained in:
parent
911dab5e52
commit
e20278cf97
1 changed files with 1 additions and 1 deletions
|
|
@ -603,7 +603,7 @@
|
||||||
"Return a reducible object that traverses over `structure` to every element
|
"Return a reducible object that traverses over `structure` to every element
|
||||||
specified by the path.
|
specified by the path.
|
||||||
This macro will attempt to do inline factoring and caching of the path, falling
|
This macro will attempt to do inline factoring and caching of the path, falling
|
||||||
back to compiling the path on every invocation it it's not possible to
|
back to compiling the path on every invocation if it's not possible to
|
||||||
factor/cache the path."
|
factor/cache the path."
|
||||||
[apath structure]
|
[apath structure]
|
||||||
`(i/do-compiled-traverse (path ~apath) ~structure))
|
`(i/do-compiled-traverse (path ~apath) ~structure))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue