Skip to content

Commit 1ac195b

Browse files
committed
api fix
1 parent b924879 commit 1ac195b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ Finally, another optional argument (`expand_functions=true`) automatically expan
294294

295295
Reaction networks can be plotted using the `GraphMakie` extension, which is loaded whenever both `Catalyst` and `GraphMakie` are loaded (note that a Makie backend, like `GLMakie`, must be loaded as well). The two functions for plotting networks are `plot_network` and `plot_complexes`, which are two distinct representations.
296296
```@docs
297-
plot_network(rn)
298-
plot_complexes(rn)
297+
plot_network(::ReactionSystem)
298+
plot_complexes(::ReactionSystem)
299299
```
300300

301301
## [Rate laws](@id api_rate_laws)

0 commit comments

Comments
 (0)