Skip to content

Commit c077cd6

Browse files
committed
format fix
1 parent bedc463 commit c077cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reaction_network.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ emptyrn = @reaction_network empty
146146
emptyrn = @reaction_network
147147
```
148148
149-
ReactionSystems generated through `@reaction_network` are compelte.
149+
ReactionSystems generated through `@reaction_network` are complete.
150150
"""
151151
macro reaction_network(args...)
152152
return :(complete(@network_component $(args... )))

0 commit comments

Comments
 (0)