diff --git a/ext/CatalystGraphMakieExtension/rn_graph_plot.jl b/ext/CatalystGraphMakieExtension/rn_graph_plot.jl index 95a99823ef..1792ed039e 100644 --- a/ext/CatalystGraphMakieExtension/rn_graph_plot.jl +++ b/ext/CatalystGraphMakieExtension/rn_graph_plot.jl @@ -60,7 +60,7 @@ function gen_distances(g::SRGraphWrap; inc = 0.2) end """ - PetriNet(rn::ReactionSystem) + plot_petrinet(rn::ReactionSystem) See the documentation for [`plot_network`](@ref). """