Skip to content

Commit e7dd648

Browse files
committed
Update caching.jl
fix doc
1 parent 1cb6ea7 commit e7dd648

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/compute_MTG/caching.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ end
3434
"""
3535
cache_nodes!(node; scale=nothing, symbol=nothing, link=nothing, filter_fun=nothing, overwrite=false)
3636
37-
Cache the nodes of the mtg based on the filters that would be applied to a traversal. This is automatically
38-
usually for traversal then when using [`traverse!`](@ref) or [`transform!`](@ref).
37+
Cache the nodes of the mtg based on the filters that would be applied to a traversal. This is used automatically
38+
when traversing using [`traverse!`](@ref) or [`transform!`](@ref).
3939
4040
# Examples
4141

0 commit comments

Comments
 (0)