Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Apr 2, 2024
1 parent 200061e commit fb48ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Functors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ julia> fcollect(m, exclude = v -> Functors.isleaf(v))
fcollect


""""
"""
fmap_with_path(f, x, ys...; exclude = isleaf, walk = DefaultWalkWithPath(), [prune])
Like [`fmap`](@ref), but also passes a [`KeyPath`](@ref Functors.KeyPath) to `f` for each node in the
Expand Down

0 comments on commit fb48ec7

Please sign in to comment.