Skip to content

Commit 8dbe275

Browse files
Update src/Functors.jl
Co-authored-by: Kyle Daruwalla <[email protected]>
1 parent 0c36e7d commit 8dbe275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Functors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ fcollect
313313
""""
314314
fmap_with_path(f, x, ys...; exclude = isleaf, walk = DefaultWalkWithPath(), [prune])
315315
316-
Like [`fmap`](@ref), but also passes a `KeyPath` to `f` for each node in the
316+
Like [`fmap`](@ref), but also passes a [`KeyPath`](@ref Functors.KeyPath) to `f` for each node in the
317317
recursion. The `KeyPath` is a tuple of the indices used to reach the current
318318
node from the root of the recursion. The `KeyPath` is constructed by the
319319
`walk` function, and can be used to reconstruct the path to the current node

0 commit comments

Comments
 (0)