We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb6ea7 commit e7dd648Copy full SHA for e7dd648
1 file changed
src/compute_MTG/caching.jl
@@ -34,8 +34,8 @@ end
34
"""
35
cache_nodes!(node; scale=nothing, symbol=nothing, link=nothing, filter_fun=nothing, overwrite=false)
36
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).
+Cache the nodes of the mtg based on the filters that would be applied to a traversal. This is used automatically
+when traversing using [`traverse!`](@ref) or [`transform!`](@ref).
39
40
# Examples
41
0 commit comments